mirror of https://github.com/vector-im/riot-web
Allow New Recovery Dialog to be cancelled
Fixes part of https://github.com/vector-im/riot-web/issues/8048.pull/21833/head
parent
02a83a7c2b
commit
1fcafdab30
|
@ -79,7 +79,6 @@ export default class NewRecoveryMethodDialog extends React.PureComponent {
|
||||||
<BaseDialog className="mx_NewRecoveryMethodDialog"
|
<BaseDialog className="mx_NewRecoveryMethodDialog"
|
||||||
onFinished={this.props.onFinished}
|
onFinished={this.props.onFinished}
|
||||||
title={title}
|
title={title}
|
||||||
hasCancel={false}
|
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<p>{_t(
|
<p>{_t(
|
||||||
|
|
Loading…
Reference in New Issue