Skip to content
Snippets Groups Projects

Update displaying and managing accounts with invalid nicknames

Merged Angelina Filippova requested to merge feature/do-not-show-users-with-null-nicknames into develop
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -124,6 +124,10 @@ const users = {
dispatch('ApplyChanges', { updatedUsers, callApiFn, userId: _userId })
},
ClearUsersState({ commit }) {
commit('SET_SEARCH_QUERY', '')
commit('SET_USERS_FILTERS', { local: false, external: false, active: false, deactivated: false })
},
async ClearFilters({ commit, dispatch, state }) {
commit('CLEAR_USERS_FILTERS')
dispatch('SearchUsers', { query: state.searchQuery, page: 1 })
Loading