18169: Removed cancel disable when uploading
[arvados-workbench2.git] / src / store / file-uploader / file-uploader-actions.ts
index 8436c485f9ba098efbe0fa880c44c8df7f0c4cb9..a397bbd825f23d7f936fa63470b2a091f27a2642 100644 (file)
@@ -24,6 +24,7 @@ export const fileUploaderActions = unionize({
     SET_UPLOAD_PROGRESS: ofType<{ fileId: number, loaded: number, total: number, currentTime: number }>(),
     START_UPLOAD: ofType(),
     DELETE_UPLOAD_FILE: ofType<UploadFile>(),
+    CANCEL_FILES_UPLOAD: ofType(),
 });
 
 export type FileUploaderAction = UnionOf<typeof fileUploaderActions>;