zahmis %!s(int64=5) %!d(string=hai) anos
pai
achega
cfc5110e00
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/client/js/components/Page/PageManagement.jsx

+ 0 - 2
src/client/js/components/Page/PageManagement.jsx

@@ -22,8 +22,6 @@ const PageManagement = (props) => {
   const [isPageDuplicateModalShown, setIsPageDuplicateModalShown] = useState(false);
   const [isPageTemplateModalShown, setIsPageTempleteModalShown] = useState(false);
   const [isPageDeleteModalShown, setIsPageDeleteModalShown] = useState(false);
-  // const [duplicateModalPaths, setDuplicateModalPaths] = useState([]);
-  // const [duplicateError, setDuplicateError] = useState(null);
 
   function openPageRenameModalHandler() {
     setIsPageRenameModalShown(true);