|
@@ -21,7 +21,7 @@ import PageTimeline from './components/PageTimeline';
|
|
|
import CommentEditorLazyRenderer from './components/PageComment/CommentEditorLazyRenderer';
|
|
import CommentEditorLazyRenderer from './components/PageComment/CommentEditorLazyRenderer';
|
|
|
import PageAttachment from './components/PageAttachment';
|
|
import PageAttachment from './components/PageAttachment';
|
|
|
import PageStatusAlert from './components/PageStatusAlert';
|
|
import PageStatusAlert from './components/PageStatusAlert';
|
|
|
-import RevisionPath from './components/Page/RevisionPath';
|
|
|
|
|
|
|
+import RevisionPathControls from './components/Page/RevisionPathControls';
|
|
|
import TagLabels from './components/Page/TagLabels';
|
|
import TagLabels from './components/Page/TagLabels';
|
|
|
import PagePathAutoComplete from './components/PagePathAutoComplete';
|
|
import PagePathAutoComplete from './components/PagePathAutoComplete';
|
|
|
import RecentCreated from './components/RecentCreated/RecentCreated';
|
|
import RecentCreated from './components/RecentCreated/RecentCreated';
|
|
@@ -101,7 +101,7 @@ if (pageContainer.state.path != null) {
|
|
|
Object.assign(componentMappings, {
|
|
Object.assign(componentMappings, {
|
|
|
// eslint-disable-next-line quote-props
|
|
// eslint-disable-next-line quote-props
|
|
|
'page': <Page />,
|
|
'page': <Page />,
|
|
|
- 'revision-path': <RevisionPath pageId={pageContainer.state.pageId} pagePath={pageContainer.state.path} />,
|
|
|
|
|
|
|
+ 'revision-path-controls': <RevisionPathControls pageId={pageContainer.state.pageId} pagePath={pageContainer.state.path} />,
|
|
|
'tag-label': <TagLabels />,
|
|
'tag-label': <TagLabels />,
|
|
|
'grw-subnav': <GrowiSubNavigation />,
|
|
'grw-subnav': <GrowiSubNavigation />,
|
|
|
'grw-subnav-for-user-page': <GrowiSubNavigationForUserPage />,
|
|
'grw-subnav-for-user-page': <GrowiSubNavigationForUserPage />,
|