Browse Source

add withStudent in IShowDiscussion

visuddhinanda 1 năm trước cách đây
mục cha
commit
ad980d819e

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

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