visuddhinanda 2 éve
szülő
commit
db308d27b0

+ 7 - 1
dashboard/src/components/discussion/DiscussionListCard.tsx

@@ -16,7 +16,13 @@ import { currentUser as _currentUser } from "../../reducers/current-user";
 import { CommentOutlinedIcon, TemplateOutlinedIcon } from "../../assets/icon";
 import { ISentenceResponse } from "../api/Corpus";
 
-export type TResType = "article" | "channel" | "chapter" | "sentence" | "wbw";
+export type TResType =
+  | "article"
+  | "channel"
+  | "chapter"
+  | "sentence"
+  | "wbw"
+  | "term";
 
 interface IWidget {
   resId?: string;