mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 04:48:48 +01:00
This commit is contained in:
parent
8196caaf29
commit
a80c6087f6
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ export const setFilter = async (options: {
|
|||
let isSame = false;
|
||||
options.data.view.filters.find((filter, index) => {
|
||||
if (filter.column === options.filter.column) {
|
||||
delete filter.type;
|
||||
if (objEquals(filter, newFilter)) {
|
||||
isSame = true;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue