|
@@ -14,7 +14,6 @@ import PageContainer from '../services/PageContainer';
|
|
|
import PagePathAutoComplete from './PagePathAutoComplete';
|
|
import PagePathAutoComplete from './PagePathAutoComplete';
|
|
|
import ApiErrorMessageList from './PageManagement/ApiErrorMessageList';
|
|
import ApiErrorMessageList from './PageManagement/ApiErrorMessageList';
|
|
|
import ComparePathsTable from './ComparePathsTable';
|
|
import ComparePathsTable from './ComparePathsTable';
|
|
|
-import CompareDuplicatePathsTable from './CompareDuplicatePathsTabel';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const PageDuplicateModal = (props) => {
|
|
const PageDuplicateModal = (props) => {
|
|
@@ -73,10 +72,6 @@ const PageDuplicateModal = (props) => {
|
|
|
setIsDuplicateRecursively(!isDuplicateRecursively);
|
|
setIsDuplicateRecursively(!isDuplicateRecursively);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- function changeIsDuplicateRecursivelyAdmitHandler() {
|
|
|
|
|
- setIsDuplicateRecursivelyAdmit(!isDuplicateRecursivelyAdmit);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
const getSubordinatedList = useCallback(async() => {
|
|
const getSubordinatedList = useCallback(async() => {
|
|
|
try {
|
|
try {
|
|
|
const res = await appContainer.apiv3Get('/pages/subordinated-list', { path });
|
|
const res = await appContainer.apiv3Get('/pages/subordinated-list', { path });
|