🔧 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: {
|
||||
console.log("AASSSSHHHHH");
|
||||
console.log("Restoring state for an active import in progress...");
|
||||
return {
|
||||
...state,
|
||||
successfulJobCount: action.completedJobCount,
|
||||
|
||||
Reference in New Issue
Block a user