visuddhinanda 1 год назад
Родитель
Сommit
dfdcfcc78e

+ 1 - 1
dashboard-v4/dashboard/src/components/discussion/DiscussionCreate.tsx

@@ -42,7 +42,7 @@ export const toIComment = (value: ICommentApiData): IComment => {
 };
 interface IWidget {
   resId?: string;
-  resType?: string;
+  resType?: string; //TODO change
   parent?: string;
   topicId?: string;
   type?: TDiscussionType;