瀏覽代碼

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

Vanessa 1 年之前
父節點
當前提交
9db83ed646
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/src/protyle/render/av/filter.ts

+ 1 - 1
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";
     }
 };