ui: Fix Settings Tab view (#4964)

Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
Pearl Dsilva 2021-04-30 11:51:28 +05:30 committed by GitHub
parent 9349d20dd3
commit 92f9c9922c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {