|
@@ -170,7 +170,7 @@ const PageDuplicateModal = (props) => {
|
|
|
</label>
|
|
</label>
|
|
|
|
|
|
|
|
<div>
|
|
<div>
|
|
|
- {isDuplicateRecursively && (
|
|
|
|
|
|
|
+ {isDuplicateRecursively && existingPaths.length !== 0 && (
|
|
|
<div className="custom-control custom-checkbox custom-checkbox-warning">
|
|
<div className="custom-control custom-checkbox custom-checkbox-warning">
|
|
|
<input
|
|
<input
|
|
|
className="custom-control-input"
|
|
className="custom-control-input"
|