visuddhinanda пре 2 година
родитељ
комит
db308d27b0
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7 1
      dashboard/src/components/discussion/DiscussionListCard.tsx

+ 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 { CommentOutlinedIcon, TemplateOutlinedIcon } from "../../assets/icon";
 import { ISentenceResponse } from "../api/Corpus";
 import { ISentenceResponse } from "../api/Corpus";
 
 
-export type TResType = "article" | "channel" | "chapter" | "sentence" | "wbw";
+export type TResType =
+  | "article"
+  | "channel"
+  | "chapter"
+  | "sentence"
+  | "wbw"
+  | "term";
 
 
 interface IWidget {
 interface IWidget {
   resId?: string;
   resId?: string;