mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
@uppy/core: fix undefined reference when cancelling an upload (#5730)
This commit is contained in:
parent
d58cc20372
commit
bb82326d0d
1 changed files with 5 additions and 0 deletions
|
|
@ -2243,6 +2243,11 @@ export class Uppy<
|
|||
this.log(
|
||||
`Not setting result for an upload that has been removed: ${uploadID}`,
|
||||
)
|
||||
result = {
|
||||
successful: [],
|
||||
failed: [],
|
||||
uploadID,
|
||||
}
|
||||
}
|
||||
return result
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue