flip bools to strings
This commit is contained in:
parent
f9c5975ac7
commit
b04d153b11
|
@ -197,8 +197,8 @@
|
||||||
<Combobox
|
<Combobox
|
||||||
disabled={expression.noValue}
|
disabled={expression.noValue}
|
||||||
options={[
|
options={[
|
||||||
{ label: "True", value: true },
|
{ label: "True", value: "true" },
|
||||||
{ label: "False", value: false },
|
{ label: "False", value: "false" },
|
||||||
]}
|
]}
|
||||||
bind:value={expression.value}
|
bind:value={expression.value}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue