Skip to content
Snippets Groups Projects
Commit c1335d32 authored by Jose Manuel Serrano Amaut's avatar Jose Manuel Serrano Amaut
Browse files

[WIP]: Fix abort event in upload.ts, abort is considered also when server max size is reached

parent c748e471
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ export const makeErrorUploadResponse = (
extFile: ExtFile,
responseFui: ServerResponse
): UploadResponse => {
console.log("makeErrorUploadResponse", extFile, responseFui);
return {
id: extFile.id,
serverResponse: responseFui,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment