visuddhinanda 1 年間 前
コミット
f2c4665ec6
1 ファイル変更2 行追加4 行削除
  1. 2 4
      dashboard-v4/dashboard/src/components/task/TaskList.tsx

+ 2 - 4
dashboard-v4/dashboard/src/components/task/TaskList.tsx

@@ -63,10 +63,8 @@ export interface IFilter {
     | "not-includes"
     | "equals"
     | "not-equals"
-    | ">="
-    | "<="
-    | ">"
-    | "<"
+    | "null"
+    | "not-null"
     | null;
   value: string | string[] | null;
 }