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:
commit
acb5d27d6a
|
@ -390,7 +390,6 @@
|
|||
...filter,
|
||||
field: e.detail.field,
|
||||
}
|
||||
delete updated.valueType
|
||||
onFilterFieldUpdate(updated, groupIdx, filterIdx)
|
||||
}}
|
||||
/>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
const { OperatorOptions, FilterValueType } = Constants
|
||||
|
||||
let bindingDrawer
|
||||
let fieldValue
|
||||
|
||||
$: fieldValue = filter?.value
|
||||
$: readableValue = toReadable ? toReadable(bindings, fieldValue) : fieldValue
|
||||
|
|
Loading…
Reference in New Issue