Skip to content

Commit

Permalink
Fix wrongly removing valueType=binding
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Oct 31, 2024
1 parent b1eaf8e commit bddb6d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@
...filter,
field: e.detail.field,
}
delete updated.valueType
onFilterFieldUpdate(updated, groupIdx, filterIdx)
}}
/>
Expand Down
1 change: 0 additions & 1 deletion packages/frontend-core/src/components/FilterField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
const { OperatorOptions, FilterValueType } = Constants
let bindingDrawer
let fieldValue
$: fieldValue = filter?.value
$: readableValue = toReadable ? toReadable(bindings, fieldValue) : fieldValue
Expand Down

0 comments on commit bddb6d4

Please sign in to comment.