mirror of https://github.com/vector-im/riot-web
disabledConfirmation -> confirm
parent
5814a3fdc8
commit
e367fb5a98
|
@ -74,7 +74,7 @@ export default React.createClass({
|
||||||
rowLabelClassName=""
|
rowLabelClassName=""
|
||||||
rowInputClassName=""
|
rowInputClassName=""
|
||||||
buttonClassName="mx_Dialog_primary mx_SetPasswordDialog_change_password_button"
|
buttonClassName="mx_Dialog_primary mx_SetPasswordDialog_change_password_button"
|
||||||
disableConfirmation={true}
|
confirm={false}
|
||||||
onError={this._onPasswordChangeError}
|
onError={this._onPasswordChangeError}
|
||||||
onFinished={this._onPasswordChanged} />
|
onFinished={this._onPasswordChanged} />
|
||||||
<div className="error">
|
<div className="error">
|
||||||
|
|
Loading…
Reference in New Issue