mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user