1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00

Prevent user getting trapped in group settings when an error occurs

This commit is contained in:
Luke Barnard
2018-05-01 11:52:02 +01:00
parent 38d7a5d394
commit 25690336c3

View File

@ -483,6 +483,7 @@ export default React.createClass({
this.setState({
summary: null,
error: err,
editing: false,
});
});
},