You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by sh...@apache.org on 2022/08/03 10:01:23 UTC

[cloudstack] branch 4.17 updated: UI: Fixes notification error can't close when exit config limit tab (#6607)

This is an automated email from the ASF dual-hosted git repository.

shwstppr pushed a commit to branch 4.17
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.17 by this push:
     new 06ff472906 UI: Fixes notification error can't close when exit config limit tab (#6607)
06ff472906 is described below

commit 06ff472906efb3ff814c6e6f7a72f1e871bfafdf
Author: Hoang Nguyen <ho...@unitech.vn>
AuthorDate: Wed Aug 3 17:01:16 2022 +0700

    UI: Fixes notification error can't close when exit config limit tab (#6607)
    
    * fixed an error that generated incorrect messages when accessing the config limit tab
    
    * removed deep:true
---
 ui/src/components/view/ResourceLimitTab.vue | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ui/src/components/view/ResourceLimitTab.vue b/ui/src/components/view/ResourceLimitTab.vue
index b20f00e39a..0c09a14fcd 100644
--- a/ui/src/components/view/ResourceLimitTab.vue
+++ b/ui/src/components/view/ResourceLimitTab.vue
@@ -84,7 +84,6 @@ export default {
   },
   watch: {
     resource: {
-      deep: true,
       handler (newData) {
         if (!newData || !newData.id) {
           return