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