Fix openSettingsModalTab

This commit is contained in:
tusooa 2023-06-13 14:00:20 -04:00
parent 5b93e4a0de
commit 4e6af5bd23
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Fix openSettingsModalTab so that it correctly opens Settings modal instead of Admin modal

View File

@ -112,7 +112,7 @@ const interfaceMod = {
},
openSettingsModalTab ({ commit }, value) {
commit('setSettingsModalTargetTab', value)
commit('openSettingsModal')
commit('openSettingsModal', 'user')
},
pushGlobalNotice (
{ commit, dispatch, state },