1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

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,
};