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
1 changed files with 1 additions and 1 deletions

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" },