We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce70cfc + 70bc836 commit fd4c2f8Copy full SHA for fd4c2f8
1 file changed
src/stores/NetworkStore.js
@@ -66,6 +66,7 @@ class NetworkStore {
66
}
67
68
69
+ this.networks = []
70
return NetworkSource.loadNetworks(endpointId, environment, options).then((networks: Network[]) => {
71
this.loading = false
72
this.networks = networks
0 commit comments