groupSelection: select()

in src/app/ReduxStore.js [56:61]


      groupSelection: select(selectedUser.groups, exceptRegisterUsers),
      teamSelection: select(selectedUser.teams, all),
      roleSelection: select(selectedUser.projectRoles, all),
      loginSelection: select(selectedUser.details, none)
    }),
    [requestUsers]: (state, userQuery) => ({