Explorar o código

add window in TDisplayStyle

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
ab9b09d3c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 
-export type TDisplayStyle = "modal" | "card" | "toggle" | "link";
+export type TDisplayStyle = "modal" | "card" | "toggle" | "link" | "window";
 interface IWidgetChapterCtl {
   type?: ArticleType;
   id?: string;