Return dispatching action that gets node info
This commit is contained in:
parent
fa2410d614
commit
caba7eaefd
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ const users = {
|
|||
commit('SET_LOADING', true)
|
||||
const filters = Object.keys(state.filters).filter(filter => state.filters[filter]).join()
|
||||
const response = await fetchUsers(filters, getters.authHost, getters.token, page)
|
||||
// await dispatch('GetNodeInfo')
|
||||
await dispatch('GetNodeInfo')
|
||||
loadUsers(commit, page, response.data)
|
||||
},
|
||||
async GetPasswordResetToken({ commit, getters }, nickname) {
|
||||
|
|
Loading…
Reference in a new issue