|
@@ -117,13 +117,6 @@ const PageDeleteModal: FC = () => {
|
|
|
await deletePage();
|
|
await deletePage();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- // const pagePath = deleteModalData.pages[0].path ?? '';
|
|
|
|
|
-
|
|
|
|
|
- // const deleteModalDataHoge = deleteModalData ?? '';
|
|
|
|
|
- // const pagePath = deleteModalData.pages[0]? ?? '';
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- console.log('deleteModalData.pages[0].path', firstPagePath);
|
|
|
|
|
function renderDeleteRecursivelyForm() {
|
|
function renderDeleteRecursivelyForm() {
|
|
|
return (
|
|
return (
|
|
|
<div className="custom-control custom-checkbox custom-checkbox-warning">
|
|
<div className="custom-control custom-checkbox custom-checkbox-warning">
|