Merge pull request #14927 from Budibase/budi-8810-automation-branches-condition-base64-encoding-gets-displayed

Fix wrongly removing valueType=binding
This commit is contained in:
Adria Navarro 2024-10-31 11:39:20 +01:00 committed by GitHub
commit acb5d27d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -390,7 +390,6 @@
...filter,
field: e.detail.field,
}
delete updated.valueType
onFilterFieldUpdate(updated, groupIdx, filterIdx)
}}
/>

View File

@ -29,7 +29,6 @@
const { OperatorOptions, FilterValueType } = Constants
let bindingDrawer
let fieldValue
$: fieldValue = filter?.value
$: readableValue = toReadable ? toReadable(bindings, fieldValue) : fieldValue