1
0
Fork 0
mirror of synced 2024-06-14 08:24:48 +12:00

Fixing issue with dynamic/static formula types not being stored.

This commit is contained in:
mike12345567 2022-01-20 15:16:27 +00:00
parent b362911b2c
commit f1a504e57f

View file

@ -437,7 +437,7 @@
{:else if field.type === FORMULA_TYPE}
<Select
label="Formula type"
value={field.formulaType}
bind:value={field.formulaType}
options={[
{ label: "Dynamic", value: "dynamic" },
{ label: "Static", value: "static" },