From 2e8e78836eed6d2d32a4c4b57a8b7b41f2ce8e27 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 6 Mar 2024 23:21:39 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/10519 --- app/src/protyle/render/av/filter.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index 5a1ecb2bf..51b612ffa 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/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;