2
0
Эх сурвалжийг харах

add topicId in ICommentRequest

visuddhinanda 2 жил өмнө
parent
commit
d128e7cd10

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