pull out bulk management tools to main tab and remove redundant functionality across tabs

This commit is contained in:
Michael Roytman
2019-07-31 10:20:29 -04:00
parent 9425e06f8f
commit 2c9c505b32
4 changed files with 62 additions and 112 deletions

View File

@@ -35,8 +35,8 @@ const initialState = {
nextPage: null,
showSpinner: true,
bulkManagement: {},
totalUsersCount: null,
filteredUsersCount: null,
totalUsersCount: 0,
filteredUsersCount: 0,
};
const grades = (state = initialState, action) => {