Import queue progress #87

Merged
rishighan merged 22 commits from import-queue-progress into master 2023-08-30 17:49:59 +00:00
Showing only changes of commit 284ccefc79 - Show all commits

View File

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