Merge upstream
This commit is contained in:
parent
5c3f6aebb9
commit
56ddeec8f3
3 changed files with 32 additions and 11 deletions
|
@ -18,7 +18,8 @@ const UserSettings = {
|
|||
deleteAccountError: false,
|
||||
changePasswordInputs: [ '', '', '' ],
|
||||
changedPassword: false,
|
||||
changePasswordError: false
|
||||
changePasswordError: false,
|
||||
activeTab: 'profile'
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
@ -235,6 +236,9 @@ const UserSettings = {
|
|||
this.changePasswordError = res.error
|
||||
}
|
||||
})
|
||||
},
|
||||
activateTab (tabName) {
|
||||
this.activeTab = tabName
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue