Fix wrongly removing valueType=binding

This commit is contained in:
Adria Navarro 2024-10-31 11:09:48 +01:00
parent b1eaf8ec71
commit bddb6d40a3
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