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

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

@@ -12,7 +12,7 @@ interface IWidgetChapterCtl {
   type?: ArticleType;
   id?: string;
   channel?: string;
-  title?: string;
+  title?: React.ReactNode;
   focus?: string | null;
   style?: TDisplayStyle;
 }