Fix options strip issues
This commit is contained in:
@@ -110,8 +110,9 @@ export class Login extends React.Component {
|
||||
}
|
||||
|
||||
@autobind
|
||||
handleApiDismiss() {
|
||||
handleApiDismiss(backendName) {
|
||||
this.setState({ apiModal: null })
|
||||
api.backend = backendName
|
||||
}
|
||||
|
||||
@autobind
|
||||
|
||||
Reference in New Issue
Block a user