1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00
This commit is contained in:
Travis Ralston
2019-08-23 12:01:47 -06:00
parent e1552b61fc
commit e8b0c41157

View File

@@ -196,7 +196,7 @@ export default class SetIdServer extends React.Component {
this._saveIdServer(fullUrl);
},
});
};
}
_onDisconnectClicked = async () => {
this.setState({disconnectBusy: true});