Przeglądaj źródła

Implemented the duplicate table to duplicate modal

白石誠 5 lat temu
rodzic
commit
78e926f807
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/client/js/components/PageDuplicateModal.jsx

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

@@ -159,6 +159,7 @@ const PageDuplicateModal = (props) => {
           </label>
         </div>
         {isDuplicateRecursively && <ComparePathsTable subordinatedPages={subordinatedPages} newPagePath={pageNameInput} />}
+        {isDuplicateRecursively && <ComparePathsTable subordinatedPages={subordinatedPages} newPagePath={pageNameInput} />}
 
         {isDuplicateRecursively && (
           <div className="custom-control custom-checkbox custom-checkbox-warning">