visuddhinanda 1 год назад
Родитель
Сommit
6b39cea814
1 измененных файлов с 1 добавлено и 1 удалено
  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 {