소스 검색

add withStudent in IShowDiscussion

visuddhinanda 2 년 전
부모
커밋
ad980d819e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;