Przeglądaj źródła

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

Vanessa 1 rok temu
rodzic
commit
2e8e78836e
1 zmienionych plików z 3 dodań i 1 usunięć
  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;