浏览代码

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">