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"
|
||||
onFinished={this.props.onFinished}
|
||||
title={title}
|
||||
hasCancel={false}
|
||||
>
|
||||
<div>
|
||||
<p>{_t(
|
||||
|
|
Loading…
Reference in New Issue