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); this._saveIdServer(fullUrl);
}, },
}); });
}; }
_onDisconnectClicked = async () => { _onDisconnectClicked = async () => {
this.setState({disconnectBusy: true}); this.setState({disconnectBusy: true});