|
@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
|
|
|
|
|
|
|
|
import { useSWRxV5MigrationStatus } from '~/stores/page-listing';
|
|
import { useSWRxV5MigrationStatus } from '~/stores/page-listing';
|
|
|
import {
|
|
import {
|
|
|
- useCurrentPagePath, useCurrentPageId,useRevisionId, useTargetAndAncestors, useIsGuestUser, useNotFoundTargetPathOrId,
|
|
|
|
|
|
|
+ useCurrentPagePath, useCurrentPageId, useRevisionId, useTargetAndAncestors, useIsGuestUser, useNotFoundTargetPathOrId,
|
|
|
} from '~/stores/context';
|
|
} from '~/stores/context';
|
|
|
|
|
|
|
|
import ItemsTree from './PageTree/ItemsTree';
|
|
import ItemsTree from './PageTree/ItemsTree';
|
|
@@ -67,7 +67,7 @@ const PageTree: FC = memo(() => {
|
|
|
pageId,
|
|
pageId,
|
|
|
path,
|
|
path,
|
|
|
revisionId,
|
|
revisionId,
|
|
|
- }
|
|
|
|
|
|
|
+ };
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|