We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33be0ae commit cd9495fCopy full SHA for cd9495f
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