瀏覽代碼

add auto in ArticleMode

visuddhinanda 1 年之前
父節點
當前提交
33a931a3fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard-v4/dashboard/src/components/article/Article.tsx

+ 1 - 1
dashboard-v4/dashboard/src/components/article/Article.tsx

@@ -14,7 +14,7 @@ import TypeSeries from "./TypeSeries";
 import DiscussionCount from "../discussion/DiscussionCount";
 import TypeTask from "./TypeTask";
 
-export type ArticleMode = "read" | "edit" | "wbw";
+export type ArticleMode = "read" | "edit" | "wbw" | "auto";
 export type ArticleType =
   | "anthology"
   | "article"