Remove compact flag on dropzones when editing rows in modals

This commit is contained in:
Andrew Kingston 2024-05-24 10:16:36 +01:00
parent 1156209399
commit 10f3822a36
1 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@
/> />
{:else if type === "attachment"} {:else if type === "attachment"}
<Dropzone <Dropzone
compact
{label} {label}
{error} {error}
{value} {value}
@ -102,7 +101,6 @@
/> />
{:else if type === "attachment_single"} {:else if type === "attachment_single"}
<Dropzone <Dropzone
compact
{label} {label}
{error} {error}
value={value ? [value] : []} value={value ? [value] : []}