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

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


The following commit(s) were added to refs/heads/4.15 by this push:
     new 92f9c99  ui: Fix Settings Tab view (#4964)
92f9c99 is described below

commit 92f9c9922c6e97a54a8796ea92f15b32162d9805
Author: Pearl Dsilva <[email protected]>
AuthorDate: Fri Apr 30 11:51:28 2021 +0530

    ui: Fix Settings Tab view (#4964)
    
    Co-authored-by: Pearl Dsilva <[email protected]>
---
 ui/src/components/view/SettingsTab.vue | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ui/src/components/view/SettingsTab.vue 
b/ui/src/components/view/SettingsTab.vue
index ec49d88..10766fd 100644
--- a/ui/src/components/view/SettingsTab.vue
+++ b/ui/src/components/view/SettingsTab.vue
@@ -96,7 +96,7 @@ export default {
       filter: ''
     }
   },
-  beforeMount () {
+  created () {
     switch (this.$route.meta.name) {
       case 'account':
         this.scopeKey = 'accountid'
@@ -119,8 +119,6 @@ export default {
       default:
         this.scopeKey = ''
     }
-  },
-  created () {
     this.fetchData()
   },
   watch: {

Reply via email to