Browse Source

add withStudent in IShowDiscussion

visuddhinanda 2 năm trước cách đây
mục cha
commit
ad980d819e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      dashboard/src/reducers/discussion.ts

+ 1 - 0
dashboard/src/reducers/discussion.ts

@@ -17,6 +17,7 @@ export interface IShowDiscussion {
   topic?: string;
   comment?: string;
   sent?: ISentence;
+  withStudent?: boolean;
 }
 export interface ICount {
   count: number;