1
0
Fork 0
mirror of synced 2024-08-12 16:41:26 +12:00

add array to app action types

This commit is contained in:
Peter Clement 2022-04-25 14:31:15 +01:00
parent 4340a46fe7
commit ab610786f0

View file

@ -30,6 +30,10 @@
label: "DateTime",
value: "datetime",
},
{
label: "Array",
value: "array",
},
]
function addField() {
@ -70,6 +74,7 @@
secondary
placeholder="Enter field name"
on:change={fieldNameChanged(field.name)}
updateOnChange={false}
/>
<Select
value={field.type}