2
0
Эх сурвалжийг харах

TagArea ->TagAreaInChapter

visuddhinanda 2 жил өмнө
parent
commit
6b39cea814

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

@@ -3,7 +3,7 @@ import { useState, useEffect } from "react";
 import { get } from "../../request";
 import { get } from "../../request";
 import type { ChannelFilterProps } from "../channel/ChannelList";
 import type { ChannelFilterProps } from "../channel/ChannelList";
 import { ITagData } from "./ChapterTag";
 import { ITagData } from "./ChapterTag";
-import TagArea from "../tag/TagArea";
+import TagArea from "../tag/TagAreaInChapter";
 import { Skeleton } from "antd";
 import { Skeleton } from "antd";
 
 
 interface IAppendTagData {
 interface IAppendTagData {