Преглед изворни кода

Implemented the duplicate table to duplicate modal

白石誠 пре 5 година
родитељ
комит
78e926f807
1 измењених фајлова са 1 додато и 0 уклоњено
  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">