소스 검색

TagArea -》TagAreaInChapter

visuddhinanda 1 년 전
부모
커밋
9a8e9bca39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/components/corpus/ChapterCard.tsx

+ 1 - 1
dashboard/src/components/corpus/ChapterCard.tsx

@@ -4,7 +4,7 @@ import { Typography } from "antd";
 
 import TimeShow from "../general/TimeShow";
 import TocPath from "../corpus/TocPath";
-import TagArea from "../tag/TagArea";
+import TagArea from "../tag/TagAreaInChapter";
 import type { IChannelApiData } from "../api/Channel";
 import ChannelListItem from "../channel/ChannelListItem";
 import { IStudio } from "../auth/Studio";