Vanessa 2024-03-06 23:21:39 +08:00
parent fed412cc2f
commit 2e8e78836e

View file

@ -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;