components/app: simplify connectParams object field
This commit is contained in:
parent
18fa0ebc6a
commit
f6e8f83d4e
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ export default class App extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
this.setState({ loading: false, connectParams: connectParams });
|
||||
this.setState({ loading: false, connectParams });
|
||||
|
||||
if (connectParams.autoconnect) {
|
||||
this.setState({ connectForm: false });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue