🔧 Added a console log for debugging purposes
This commit is contained in:
@@ -189,7 +189,7 @@ function fileOpsReducer(state = initialState, action) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
case RESTORE_JOB_COUNTS_AFTER_SESSION_RESTORATION: {
|
case RESTORE_JOB_COUNTS_AFTER_SESSION_RESTORATION: {
|
||||||
console.log("AASSSSHHHHH");
|
console.log("Restoring state for an active import in progress...");
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
successfulJobCount: action.completedJobCount,
|
successfulJobCount: action.completedJobCount,
|
||||||
|
|||||||
Reference in New Issue
Block a user