소스 검색

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