Copilot commented on code in PR #11464:
URL: https://github.com/apache/cloudstack/pull/11464#discussion_r2284374948
##########
ui/src/views/compute/AssignInstance.vue:
##########
@@ -107,6 +107,7 @@ export default {
this.fetchNetworks()
},
fetchNetworks () {
+ this.selectedNetwork = null
Review Comment:
The code is clearing `selectedNetwork` but the PR description mentions
fixing the tier field cleanup. This appears to be inconsistent - either the
wrong field is being cleared or the PR description is inaccurate about what
field needed fixing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org