city, graphics page, errors on graphics still

This commit is contained in:
2025-07-27 21:10:01 +03:00
parent 972c62a1c0
commit bc22bc8a9b
7 changed files with 1654 additions and 1033 deletions

View File

@@ -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 {