mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
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
Add a link
Reference in a new issue