|
@@ -43,7 +43,7 @@ export default class DeletePageListModal extends React.Component {
|
|
|
<ModalFooter>
|
|
<ModalFooter>
|
|
|
<div className="d-flex justify-content-between">
|
|
<div className="d-flex justify-content-between">
|
|
|
<span className="text-danger">{this.props.errorMessage}</span>
|
|
<span className="text-danger">{this.props.errorMessage}</span>
|
|
|
- <span className="d-flex">
|
|
|
|
|
|
|
+ <span className="d-flex align-items-center">
|
|
|
<div className="custom-control custom-checkbox">
|
|
<div className="custom-control custom-checkbox">
|
|
|
<input type="checkbox" className="custom-control-input" id="customCheck-delete-completely" />
|
|
<input type="checkbox" className="custom-control-input" id="customCheck-delete-completely" />
|
|
|
<label className="custom-control-label text-danger" htmlFor="customCheck-delete-completely" onClick={this.props.toggleDeleteCompletely}>Delete completely</label>
|
|
<label className="custom-control-label text-danger" htmlFor="customCheck-delete-completely" onClick={this.props.toggleDeleteCompletely}>Delete completely</label>
|