diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index 5e508a9cc..7d716157f 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -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;