Skip to content

Commit fd4c2f8

Browse files
authored
Merge pull request #358 from smiclea/fix-networks-refresh
Fix networks refresh delay in Wizard Networks page
2 parents ce70cfc + 70bc836 commit fd4c2f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/stores/NetworkStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ class NetworkStore {
6666
}
6767
}
6868

69+
this.networks = []
6970
return NetworkSource.loadNetworks(endpointId, environment, options).then((networks: Network[]) => {
7071
this.loading = false
7172
this.networks = networks

0 commit comments

Comments
 (0)