Remove compact flag on dropzones when editing rows in modals
This commit is contained in:
parent
1156209399
commit
10f3822a36
|
@ -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] : []}
|
||||
|
|
Loading…
Reference in New Issue