|
@@ -71,15 +71,10 @@ export const PageSelectModal: FC = () => {
|
|
|
return <></>;
|
|
return <></>;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // const parentPagePath = pathUtils.addTrailingSlash(nodePath.dirname(currentPage.path));
|
|
|
|
|
-
|
|
|
|
|
const targetPathOrId = clickedParentPagePath || currentPage.path;
|
|
const targetPathOrId = clickedParentPagePath || currentPage.path;
|
|
|
|
|
|
|
|
const targetPath = clickedParentPagePath || currentPage.path;
|
|
const targetPath = clickedParentPagePath || currentPage.path;
|
|
|
|
|
|
|
|
- // console.log(clickedParentPagePath);
|
|
|
|
|
- // console.log(targetPathOrId);
|
|
|
|
|
-
|
|
|
|
|
if (isGuestUser == null) {
|
|
if (isGuestUser == null) {
|
|
|
return <></>;
|
|
return <></>;
|
|
|
}
|
|
}
|