visuddhinanda пре 2 година
родитељ
комит
d11d24e486
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      dashboard/src/components/template/QuoteLink.tsx

+ 3 - 3
dashboard/src/components/template/QuoteLink.tsx

@@ -8,9 +8,9 @@ const { Text } = Typography;
 
 interface IWidgetQuoteLinkCtl {
   type: string;
-  bookName: string;
-  volume: string;
-  page: string;
+  bookName?: string;
+  volume?: string;
+  page?: string;
   style: TDisplayStyle;
   book?: number;
   para?: number;