فهرست منبع

delete unnecessary code

takeru0001 5 سال پیش
والد
کامیت
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) => {