Browse Source

TagArea ->TagAreaInChapter

visuddhinanda 1 year ago
parent
commit
6b39cea814
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/corpus/ChapterTagList.tsx

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

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