|
|
@@ -142,6 +142,7 @@ import StudioInviteList from "./pages/studio/invite/list";
|
|
|
import StudioTag from "./pages/studio/tags";
|
|
|
import StudioTagList from "./pages/studio/tags/list";
|
|
|
import StudioTagShow from "./pages/studio/tags/show";
|
|
|
+import StudioTagEdit from "./pages/studio/tags/edit";
|
|
|
|
|
|
import { ConfigProvider } from "antd";
|
|
|
import { useAppSelector } from "./hooks";
|
|
|
@@ -364,6 +365,7 @@ const Widget = () => {
|
|
|
<Route path="tags" element={<StudioTag />}>
|
|
|
<Route path="list" element={<StudioTagList />} />
|
|
|
<Route path=":id/list" element={<StudioTagShow />} />
|
|
|
+ <Route path=":tagId/edit" element={<StudioTagEdit />} />
|
|
|
</Route>
|
|
|
|
|
|
<Route path="transfer" element={<StudioTransfer />}>
|