Skip to content

Commit

Permalink
Remove unnecesary redux files
Browse files Browse the repository at this point in the history
The Redux functionality won't be used
in this context, so it can be safely
removed.

Signed-off-by: Carla Martinez <[email protected]>
  • Loading branch information
carma12 committed Feb 19, 2024
1 parent 060da5a commit 1cf4659
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
23 changes: 0 additions & 23 deletions src/store/Identity/userGroups-slice.ts

This file was deleted.

22 changes: 0 additions & 22 deletions src/store/Identity/userGroups.json

This file was deleted.

2 changes: 0 additions & 2 deletions src/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { setupListeners } from "@reduxjs/toolkit/query";
import globalReducer from "./Global/global-slice";
import activeUsersReducer from "./Identity/activeUsers-slice";
import netgroupsReducer from "./Identity/netgroups-slice";
import userGroupsReducer from "./Identity/userGroups-slice";
import rolesReducer from "./IPA server/roles-slice";
import hbacRulesReducer from "./Policy/hbacRules-slice";
import sudoRulesReducer from "./Policy/sudoRules-slice";
Expand All @@ -20,7 +19,6 @@ const store = configureStore({
global: globalReducer,
activeUsers: activeUsersReducer,
netgroups: netgroupsReducer,
usergroups: userGroupsReducer,
roles: rolesReducer,
hbacrules: hbacRulesReducer,
sudorules: sudoRulesReducer,
Expand Down

0 comments on commit 1cf4659

Please sign in to comment.