Browse Source

add window in TDisplayStyle

visuddhinanda 2 years ago
parent
commit
ab9b09d3c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/template/Article.tsx

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

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