visuddhinanda 2 years ago
parent
commit
e170b5a61d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/reducers/discussion.ts

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

@@ -4,6 +4,7 @@
 import { createSlice, PayloadAction } from "@reduxjs/toolkit";
 import { createSlice, PayloadAction } from "@reduxjs/toolkit";
 
 
 import { TResType } from "../components/discussion/DiscussionListCard";
 import { TResType } from "../components/discussion/DiscussionListCard";
+import { ISentence } from "../components/template/SentEdit";
 
 
 import type { RootState } from "../store";
 import type { RootState } from "../store";
 
 
@@ -15,6 +16,7 @@ export interface IShowDiscussion {
   resId?: string;
   resId?: string;
   topic?: string;
   topic?: string;
   comment?: string;
   comment?: string;
+  sent?: ISentence;
 }
 }
 export interface ICount {
 export interface ICount {
   count: number;
   count: number;