mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
This shouldn't be required
This commit is contained in:
parent
5c9d41d96b
commit
c650ace0c0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import Modal from "../../../../Modal";
|
|||
export default class NewRecoveryMethodDialog extends React.PureComponent {
|
||||
static propTypes = {
|
||||
// As returned by js-sdk getKeyBackupVersion()
|
||||
newVersionInfo: PropTypes.object.isRequired,
|
||||
newVersionInfo: PropTypes.object,
|
||||
onFinished: PropTypes.func.isRequired,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue