Przeglądaj źródła

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

Vanessa 1 rok temu
rodzic
commit
9db83ed646
1 zmienionych plików z 1 dodań i 1 usunięć
  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)) {
     if (["checkbox"].includes(type)) {
         return "Is false";
         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";
         return "Contains";
     }
     }
 };
 };