tidy up
This commit is contained in:
parent
319fcabaa5
commit
881627ff7b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue