We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a452dc6 commit a466750Copy full SHA for a466750
1 file changed
ui/src/views/compute/AssignInstance.vue
@@ -107,6 +107,7 @@ export default {
107
this.fetchNetworks()
108
},
109
fetchNetworks () {
110
+ this.selectedNetwork = null
111
this.loading = true
112
var params = {
113
domainId: this.selectedDomain,
0 commit comments