Skip to content

Commit 70bc836

Browse files
author
Sergiu Miclea
committed
Fix networks refresh delay in Wizard Networks page
While new networks are loaded for new Wizard Options, old networks are still displayed in the Wizard Networks list.
1 parent 0122ce8 commit 70bc836

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)