fix minor bug with refresh button on wifi settings
This commit is contained in:
parent
62ca13b1a4
commit
036c9de75c
@ -16,6 +16,7 @@ class WiFiSettings extends Component {
|
|||||||
this.state = {
|
this.state = {
|
||||||
selectedNetwork: null,
|
selectedNetwork: null,
|
||||||
};
|
};
|
||||||
|
this.deselectNetworkAndLoadData = this.deselectNetworkAndLoadData.bind(this);
|
||||||
this.deselectNetwork = this.deselectNetwork.bind(this);
|
this.deselectNetwork = this.deselectNetwork.bind(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user