Преглед изворни кода

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.
Sergiu Miclea пре 7 година
родитељ
комит
70bc83636f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/stores/NetworkStore.js

+ 1 - 0
src/stores/NetworkStore.js

@@ -66,6 +66,7 @@ class NetworkStore {
       }
     }
 
+    this.networks = []
     return NetworkSource.loadNetworks(endpointId, environment, options).then((networks: Network[]) => {
       this.loading = false
       this.networks = networks