1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

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

View file

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