X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fbbc53779fb3adf15d70936477aab771ee7caf42..fe477581df706f4c2c1669f2df584bd94dbb4bea:/src/store/collections/collection-upload-actions.ts diff --git a/src/store/collections/collection-upload-actions.ts b/src/store/collections/collection-upload-actions.ts index c410cf04..cf8c37c8 100644 --- a/src/store/collections/collection-upload-actions.ts +++ b/src/store/collections/collection-upload-actions.ts @@ -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)); } } };