Kaynağa Gözat

checkbox fixed

takahiros 6 yıl önce
ebeveyn
işleme
a42206308c

+ 1 - 1
src/client/js/components/SearchPage/DeletePageListModal.jsx

@@ -44,7 +44,7 @@ export default class DeletePageListModal extends React.Component {
           <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 align-items-center">
             <span className="d-flex align-items-center">
-              <Checkbox className="text-danger" onClick={this.props.toggleDeleteCompletely} inline>Delete completely</Checkbox>
+              <input type="checkbox" className="text-danger" onClick={this.props.toggleDeleteCompletely} />Delete completely
               <span className="m-l-10">
               <span className="m-l-10">
                 <Button color="secondary" onClick={this.props.confirmedToDelete}><i className="icon-trash"></i>Delete</Button>
                 <Button color="secondary" onClick={this.props.confirmedToDelete}><i className="icon-trash"></i>Delete</Button>
               </span>
               </span>