fix issue with options not being displayed on new line
This commit is contained in:
parent
725b9bb6e2
commit
84350933d4
|
@ -272,7 +272,7 @@
|
|||
{:else if field.type === "array"}
|
||||
<ValuesList
|
||||
label="Options (one per line)"
|
||||
bind:values={field.constraints.inclusion}
|
||||
bind:values={field.constraints.inclusion[0]}
|
||||
/>
|
||||
{:else if field.type === "datetime"}
|
||||
<DatePicker
|
||||
|
|
Loading…
Reference in New Issue