Преглед изворни кода

add window in TDisplayStyle

visuddhinanda пре 2 година
родитељ
комит
ab9b09d3c9
1 измењених фајлова са 1 додато и 1 уклоњено
  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;