|
@@ -79,7 +79,7 @@ class UserInviteModal extends React.Component {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
- <div className="custom-control custom-checkbox custom-checkbox-info text-left" onChange={this.handleCheckBox} style={{ flex: 0.95 }}>
|
|
|
|
|
|
|
+ <div className="col text-left custom-control custom-checkbox custom-checkbox-info text-left" onChange={this.handleCheckBox}>
|
|
|
<input type="checkbox" id="sendEmail" className="custom-control-input" name="sendEmail" defaultChecked={this.state.sendEmail} />
|
|
<input type="checkbox" id="sendEmail" className="custom-control-input" name="sendEmail" defaultChecked={this.state.sendEmail} />
|
|
|
<label className="custom-control-label" htmlFor="sendEmail">
|
|
<label className="custom-control-label" htmlFor="sendEmail">
|
|
|
{t('admin:user_management.invite_modal.invite_thru_email')}
|
|
{t('admin:user_management.invite_modal.invite_thru_email')}
|