visuddhinanda 2 лет назад
Родитель
Сommit
d9a44115ae
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      dashboard/src/components/template/Article.tsx

+ 7 - 1
dashboard/src/components/template/Article.tsx

@@ -8,7 +8,13 @@ import { useIntl } from "react-intl";
 
 const { Text } = Typography;
 
-export type TDisplayStyle = "modal" | "card" | "toggle" | "link" | "window";
+export type TDisplayStyle =
+  | "modal"
+  | "card"
+  | "toggle"
+  | "link"
+  | "window"
+  | "popover";
 interface IWidgetChapterCtl {
   type?: ArticleType;
   id?: string;