visuddhinanda 1 년 전
부모
커밋
dfdcfcc78e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard-v4/dashboard/src/components/discussion/DiscussionCreate.tsx

+ 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;