🔧 More finishing touches to Import UX

This commit is contained in:
2023-08-29 23:57:47 -04:00
parent 7efbbe0cfe
commit 874ba6b337
3 changed files with 62 additions and 7 deletions

View File

@@ -181,6 +181,7 @@ function fileOpsReducer(state = initialState, action) {
}
case LS_IMPORT_QUEUE_DRAINED: {
localStorage.removeItem("sessionId");
return {
...state,
LSQueueImportStatus: "drained",
@@ -188,6 +189,7 @@ function fileOpsReducer(state = initialState, action) {
}
case RESTORE_JOB_COUNTS_AFTER_SESSION_RESTORATION: {
console.log("AASSSSHHHHH");
return {
...state,
successfulJobCount: action.completedJobCount,