mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
disabledConfirmation -> confirm
This commit is contained in:
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
Block a user