We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e326ed6 commit ca179abCopy full SHA for ca179ab
1 file changed
ui/src/views/compute/KubernetesServiceTab.vue
@@ -393,6 +393,7 @@ export default {
393
if (this.arrayHasItems(networks)) {
394
this.network = networks[0]
395
}
396
+ resolve(this.network)
397
})
398
this.networkLoading = false
399
0 commit comments