Skip to content

Commit

Permalink
Adds Upload button to Project actions
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Nov 25, 2024
1 parent 7fd68f7 commit c6672a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/layouts/Project.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import Documents from "../sidebar/Documents.svelte";
import Projects from "../sidebar/Projects.svelte";
import DocumentActions from "../sidebar/DocumentActions.svelte";
import UploadButton from "../sidebar/UploadButton.svelte";
export let project: Project;
export let users: ProjectUser[];
Expand Down Expand Up @@ -50,6 +51,7 @@
</article>

<svelte:fragment slot="action">
<UploadButton {project} />
<h4>Document Actions</h4>
<DocumentActions />
<h4>Project Actions</h4>
Expand Down

0 comments on commit c6672a5

Please sign in to comment.