From 9db83ed646cbbdcb57c98e3cc6b323a27462c0a3 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sat, 30 Dec 2023 22:29:06 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/9958 --- 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 a846f87d8..795dbfc17 100644 --- a/app/src/protyle/render/av/filter.ts +++ b/app/src/protyle/render/av/filter.ts @@ -15,7 +15,7 @@ export const getDefaultOperatorByType = (type: TAVCol) => { if (["checkbox"].includes(type)) { return "Is false"; } - if (["relation", "rollup", "text", "mSelect", "url", "block", "email", "phone", "template"].includes(type)) { + if (["rollup", "relation", "rollup", "text", "mSelect", "url", "block", "email", "phone", "template"].includes(type)) { return "Contains"; } };