Implemented job upload
This commit is contained in:
@@ -7,7 +7,7 @@ import userReducer from "./user/user.reducer";
|
||||
const persistConfig = {
|
||||
key: "root",
|
||||
storage,
|
||||
// blacklist: ["application"],
|
||||
blacklist: ["application"],
|
||||
};
|
||||
|
||||
const rootReducer = combineReducers({
|
||||
|
||||
Reference in New Issue
Block a user