mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user