mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Allow New Recovery Dialog to be cancelled
Fixes part of https://github.com/vector-im/riot-web/issues/8048.
This commit is contained in:
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
Block a user