瀏覽代碼

:art: https://github.com/siyuan-note/siyuan/issues/10519

Vanessa 1 年之前
父節點
當前提交
2e8e78836e
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/src/protyle/render/av/filter.ts

+ 3 - 1
app/src/protyle/render/av/filter.ts

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