takeru0001 5 лет назад
Родитель
Сommit
7e800c7729
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/client/js/components/PageDuplicateModal.jsx

+ 0 - 1
src/client/js/components/PageDuplicateModal.jsx

@@ -34,7 +34,6 @@ const PageDuplicateModal = (props) => {
   const [subordinatedPages, setSubordinatedPages] = useState([]);
   const [isDuplicateRecursively, setIsDuplicateRecursively] = useState(true);
   const [isDuplicateRecursivelyWithoutExistPath, setIsDuplicateRecursivelyWithoutExistPath] = useState(true);
-  const [isDuplicateRecursivelyExist] = useState(false);
   const [existingPaths, setExistingPaths] = useState([]);
 
   const checkExistPaths = async(newParentPath) => {