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"}
|
{: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] : []}
|
||||||
|
|
Loading…
Reference in New Issue