Fixing issue with dynamic/static formula types not being stored.
This commit is contained in:
parent
b362911b2c
commit
f1a504e57f
|
@ -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" },
|
||||
|
|
Loading…
Reference in New Issue