Browse Source

TContentType add json

visuddhinanda 3 năm trước cách đây
mục cha
commit
70e1f7e963
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dashboard/src/components/comment/CommentCreate.tsx

+ 1 - 1
dashboard/src/components/comment/CommentCreate.tsx

@@ -18,7 +18,7 @@ import { currentUser as _currentUser } from "../../reducers/current-user";
 import { useRef } from "react";
 import MDEditor from "@uiw/react-md-editor";
 
-export type TContentType = "text" | "markdown" | "html";
+export type TContentType = "text" | "markdown" | "html" | "json";
 
 interface IWidget {
   resId?: string;