julien-vaz commented on code in PR #11464: URL: https://github.com/apache/cloudstack/pull/11464#discussion_r2289286592
########## ui/src/views/compute/AssignInstance.vue: ########## @@ -107,6 +107,7 @@ export default { this.fetchNetworks() }, fetchNetworks () { + this.selectedNetwork = null Review Comment: The tier field watches the value of `this.selectedNetwork` to display the selected tier to the user. When switching accounts or domains, `this.selectedNetwork` wasn't being reseted, so the field wasn't being cleared properly. -- 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