1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
This commit is contained in:
Martin McKeaveney 2020-09-18 12:43:45 +01:00
parent e717d35f9e
commit e028311813

View file

@ -51,7 +51,7 @@
<DatePicker bind:value />
{:else if type === 'file'}
<Label small forAttr={'dropzone-label'}>{meta.name}</Label>
<Dropzone bind:files={value} savedFiles={originalValue} />
<Dropzone bind:files={value} />
{:else}
{#if type === 'checkbox'}
<label>{meta.name}</label>