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;