Fix openSettingsModalTab
This commit is contained in:
parent
5b93e4a0de
commit
4e6af5bd23
2 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ const interfaceMod = {
|
|||
},
|
||||
openSettingsModalTab ({ commit }, value) {
|
||||
commit('setSettingsModalTargetTab', value)
|
||||
commit('openSettingsModal')
|
||||
commit('openSettingsModal', 'user')
|
||||
},
|
||||
pushGlobalNotice (
|
||||
{ commit, dispatch, state },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue