From 0807e307620a21ab7252ff0defda361acd5f5293 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 16 Jan 2024 17:18:35 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/10193 --- app/src/protyle/render/av/filter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/render/av/filter.ts b/app/src/protyle/render/av/filter.ts index 4c1f90a2f..031f31fa2 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -275,7 +275,7 @@ export const setFilter = async (options: { if (filterType === "select" || filterType === "mSelect") { colData.options?.forEach((option) => { let icon = "iconUncheck"; - options.filter.value?.mSelect.find((optionItem) => { + options.filter.value?.mSelect?.find((optionItem) => { if (optionItem.content === option.name) { icon = "iconCheck"; }