Make the 'encryption upgrade' flow better

Fixes https://github.com/vector-im/riot-web/issues/12086
This commit is contained in:
David Baker 2020-01-28 16:36:07 +00:00
parent 6a9786e202
commit abfa593791
3 changed files with 51 additions and 46 deletions

View file

@ -39,7 +39,7 @@ export default class RestoreKeyBackupDialog extends React.PureComponent {
showSummary: PropTypes.bool,
};
defaultProps = {
static defaultProps = {
showSummary: true,
};