Browse Source

html?: string | null;

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

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

@@ -3,7 +3,7 @@ import { TCodeConvertor, XmlToReact } from "./utilities";
 const { Paragraph, Text } = Typography;
 const { Paragraph, Text } = Typography;
 
 
 interface IWidget {
 interface IWidget {
-  html?: string;
+  html?: string | null;
   className?: string;
   className?: string;
   placeholder?: string;
   placeholder?: string;
   wordWidget?: boolean;
   wordWidget?: boolean;