You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/11 09:36:10 UTC

[GitHub] [cloudstack] utchoang commented on a change in pull request #6096: ui: fix physical network guest traffix type tab

utchoang commented on a change in pull request #6096:
URL: https://github.com/apache/cloudstack/pull/6096#discussion_r824540857



##########
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:
       @davidjumani With Vue3, to watch an Object, you should use deep. Refer: https://vuejs.org/guide/essentials/watchers.html#deep-watchers




-- 
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-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org