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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue