Explorar o código

html?: string | null;

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
88361730f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 
 interface IWidget {
-  html?: string;
+  html?: string | null;
   className?: string;
   placeholder?: string;
   wordWidget?: boolean;