prevent locking upload response; show processing status on upload screen

This commit is contained in:
Bilal Catic
2019-07-25 14:40:33 +02:00
parent 7f3030960e
commit 8053093c0a
13 changed files with 312 additions and 86 deletions

View File

@@ -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,
});