shwstppr commented on a change in pull request #6096:
URL: https://github.com/apache/cloudstack/pull/6096#discussion_r824651250
##########
File path: ui/src/views/infra/network/IpRangesTabGuest.vue
##########
@@ -137,7 +137,7 @@ export default {
this.fetchData()
},
watch: {
- network (newItem, oldItem) {
+ resource (newItem, oldItem) {
Review comment:
@utchoang Doc says `deep` is needed only in cases where trying to run
callback on all nested mutations. Even there example runs fine without it and I
don't think we want to run `fetchData` here on any property change of `resource`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]