fix issue with options not being displayed on new line
This commit is contained in:
parent
c681330793
commit
5b23ea1dc9
|
@ -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