mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #2364 from hmhealey/confirm
Renamed confirm_button to confirmButton in InviteMemberModal
This commit is contained in:
@@ -495,7 +495,7 @@ class InviteMemberModal extends React.Component {
|
|||||||
<ConfirmModal
|
<ConfirmModal
|
||||||
title={formatMessage(holders.modalTitle)}
|
title={formatMessage(holders.modalTitle)}
|
||||||
message={formatMessage(holders.modalMessage)}
|
message={formatMessage(holders.modalMessage)}
|
||||||
confirm_button={formatMessage(holders.modalButton)}
|
confirmButton={formatMessage(holders.modalButton)}
|
||||||
show={this.state.showConfirmModal}
|
show={this.state.showConfirmModal}
|
||||||
onConfirm={this.handleHide.bind(this, false)}
|
onConfirm={this.handleHide.bind(this, false)}
|
||||||
onCancel={() => this.setState({showConfirmModal: false})}
|
onCancel={() => this.setState({showConfirmModal: false})}
|
||||||
@@ -512,4 +512,4 @@ InviteMemberModal.propTypes = {
|
|||||||
intl: intlShape.isRequired
|
intl: intlShape.isRequired
|
||||||
};
|
};
|
||||||
|
|
||||||
export default injectIntl(InviteMemberModal);
|
export default injectIntl(InviteMemberModal);
|
||||||
|
|||||||
Reference in New Issue
Block a user