prevent locking upload response; show processing status on upload screen
This commit is contained in:
@@ -7,6 +7,7 @@ import { incidentsReport } from './incidentsReportReducer';
|
||||
import { membersList } from './membersListReducer';
|
||||
import { memberIncidents} from './memberIncidentsReducer';
|
||||
import { addFeesStatus } from './addFeesToOrdReducer';
|
||||
import { checkProcessing } from './checkProcessingReducer';
|
||||
|
||||
export const rootReducer = combineReducers({
|
||||
doorLockData,
|
||||
@@ -16,5 +17,6 @@ export const rootReducer = combineReducers({
|
||||
membersList,
|
||||
memberIncidents,
|
||||
addFeesStatus,
|
||||
checkProcessing,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user