1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +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 3075c7dbe7
commit c04379eaea

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