1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

fix issue with options not being displayed on new line

This commit is contained in:
Peter Clement 2021-08-25 17:00:15 +01:00
parent c681330793
commit 5b23ea1dc9

View file

@ -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