Skip to content
Snippets Groups Projects
Commit caba7eae authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Return dispatching action that gets node info

parent fa2410d6
Branches
Tags
1 merge request!55User actions moderate multiple users at a time
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment