ソースを参照

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>
           </label>
         </div>
         </div>
         {isDuplicateRecursively && <ComparePathsTable subordinatedPages={subordinatedPages} newPagePath={pageNameInput} />}
         {isDuplicateRecursively && <ComparePathsTable subordinatedPages={subordinatedPages} newPagePath={pageNameInput} />}
+        {isDuplicateRecursively && <ComparePathsTable subordinatedPages={subordinatedPages} newPagePath={pageNameInput} />}
 
 
         {isDuplicateRecursively && (
         {isDuplicateRecursively && (
           <div className="custom-control custom-checkbox custom-checkbox-warning">
           <div className="custom-control custom-checkbox custom-checkbox-warning">