forked from BLC/sgeUpdated
city, graphics page, errors on graphics still
This commit is contained in:
@@ -30,7 +30,7 @@ const datasReducer = (state = initialState, action) => {
|
||||
case "GET_SUBSECTOR_BY_ID":
|
||||
return {
|
||||
...state,
|
||||
subSector: action.payload.subSector,
|
||||
subSector: action.payload.subSector || {},
|
||||
};
|
||||
case "GET_ACTIVITY_SUBUNITS":
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user