Merge pull request #13490 from Budibase/fix/conditional-ui-updates

Fix crashing when swapping certain conditional UI settings
This commit is contained in:
Andrew Kingston 2024-04-19 14:41:49 +01:00 committed by GitHub
commit 39053d7f88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@
<Select <Select
options={settingOptions} options={settingOptions}
bind:value={condition.setting} bind:value={condition.setting}
on:change={() => delete condition.settingValue}
/> />
<div>TO</div> <div>TO</div>
{#if definition} {#if definition}