🚨 Implemented a notification system for background import

This commit is contained in:
2021-09-16 09:24:06 -07:00
parent b40f63289a
commit 476a55614e
8 changed files with 202 additions and 191 deletions

View File

@@ -33,6 +33,7 @@ function fileOpsReducer(state = initialState, action) {
return {
...state,
isSocketConnected: action.isSocketConnected,
socketId: action.socketId,
};
case IMS_RAW_IMPORT_SUCCESSFUL:
return {