فهرست منبع

add topicId in ICommentRequest

visuddhinanda 2 سال پیش
والد
کامیت
d128e7cd10
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      dashboard/src/components/api/Comment.ts

+ 1 - 0
dashboard/src/components/api/Comment.ts

@@ -12,6 +12,7 @@ export interface ICommentRequest {
   content?: string;
   content_type?: TContentType;
   parent?: string;
+  topicId?: string;
   tpl_id?: string;
   status?: "active" | "close";
   editor?: IUser;