Replace loading -> upload with streamed upload, fix reporting error on file remove
[arvados-workbench2.git] / src / store / collections / collection-upload-actions.ts
index c410cf04920f77c32a187657ac768865e9426a5e..cf8c37c890f6d24c79de79c37ab776f690ca6f61 100644 (file)
@@ -52,7 +52,7 @@ export const submitCollectionFiles = () =>
                     hideDuration: 2000,
                     kind: SnackbarKind.ERROR
                 }));
-                dispatch(progressIndicatorActions.STOP_WORKING(COLLECTION_UPLOAD_FILES_DIALOG));                
+                dispatch(progressIndicatorActions.STOP_WORKING(COLLECTION_UPLOAD_FILES_DIALOG));
             }
         }
     };