Просмотр исходного кода

modify component mapping about taglist

yuto-o 4 лет назад
Родитель
Сommit
e60a92945c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/client/app.jsx

+ 2 - 2
packages/app/src/client/app.jsx

@@ -12,7 +12,7 @@ import InAppNotificationPage from '../components/InAppNotification/InAppNotifica
 import ErrorBoundary from '../components/ErrorBoudary';
 import Sidebar from '../components/Sidebar';
 import SearchPage from '../components/SearchPage';
-import TagsList from '../components/TagsList';
+import TagPage from '../components/TagPage';
 import DisplaySwitcher from '../components/Page/DisplaySwitcher';
 import { defaultEditorOptions, defaultPreviewOptions } from '../components/PageEditor/OptionsSelector';
 import Page from '../components/Page';
@@ -88,7 +88,7 @@ Object.assign(componentMappings, {
   'all-in-app-notifications': <InAppNotificationPage />,
 
   // 'revision-history': <PageHistory pageId={pageId} />,
-  'tags-page': <TagsList crowi={appContainer} />,
+  'tags-page': <TagPage />,
 
   'grw-page-status-alert-container': <PageStatusAlert />,