1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13: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} {: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" },