This commit is contained in:
parent
fed412cc2f
commit
2e8e78836e
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ export const setFilter = async (options: {
|
|||
}
|
||||
const newFilter: IAVFilter = {
|
||||
column: options.filter.column,
|
||||
value: undefined,
|
||||
value: {
|
||||
type: options.filter.value.type
|
||||
},
|
||||
operator: selectElement.value as TAVFilterOperator
|
||||
};
|
||||
let hasMatch = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue