diff --git a/frontend/src/routes/attachment/+page.svelte b/frontend/src/routes/attachment/+page.svelte index 569905c..e5e7650 100644 --- a/frontend/src/routes/attachment/+page.svelte +++ b/frontend/src/routes/attachment/+page.svelte @@ -29,6 +29,7 @@ import CheckboxField from '$lib/components/CheckboxField.svelte'; import TableDropDownEllipsis from '$lib/components/table/TableDropDownEllipsis.svelte'; import DeleteAlert from '$lib/components/modal/DeleteAlert.svelte'; + import FileField from '$lib/components/FileField.svelte'; // services const appStateService = AppStateService.instance; @@ -389,18 +390,7 @@ > {/if} {#if modalMode === 'create'} - + Files {/if}