Fixing issue with dynamic/static formula types not being stored.
This commit is contained in:
parent
3075c7dbe7
commit
c04379eaea
|
@ -437,7 +437,7 @@
|
||||||
{:else if field.type === FORMULA_TYPE}
|
{:else if field.type === FORMULA_TYPE}
|
||||||
<Select
|
<Select
|
||||||
label="Formula type"
|
label="Formula type"
|
||||||
value={field.formulaType}
|
bind:value={field.formulaType}
|
||||||
options={[
|
options={[
|
||||||
{ label: "Dynamic", value: "dynamic" },
|
{ label: "Dynamic", value: "dynamic" },
|
||||||
{ label: "Static", value: "static" },
|
{ label: "Static", value: "static" },
|
||||||
|
|
Loading…
Reference in New Issue