Fix options strip issues

This commit is contained in:
John Lyon-Smith
2018-04-13 12:32:08 -07:00
parent dc15a4bc60
commit 43d86d9f61
5 changed files with 89 additions and 46 deletions

View File

@@ -110,8 +110,9 @@ export class Login extends React.Component {
}
@autobind
handleApiDismiss() {
handleApiDismiss(backendName) {
this.setState({ apiModal: null })
api.backend = backendName
}
@autobind