Skip to content

Commit

Permalink
chore: format file input component in FolderForm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Jan 16, 2025
1 parent 8a6f90b commit 316b5e7
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@
bind:cachedValue={formDataCache['name']}
data-focusindex="0"
/>
<FileInput {form} allowPaste={true} field="file" label={m.file()} allowedExtensions={['bak']} helpText={m.importFolderHelpText()} />
<FileInput
{form}
allowPaste={true}
field="file"
label={m.file()}
allowedExtensions={['bak']}
helpText={m.importFolderHelpText()}
/>
{/if}

0 comments on commit 316b5e7

Please sign in to comment.