Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
  • Loading branch information
Murderlon and mifi authored May 13, 2024
1 parent 28e0902 commit 2cab7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/core/src/Uppy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1940,7 +1940,7 @@ export class Uppy<M extends Meta, B extends Body> {

const uploadID = nanoid()

this.emit('upload', uploadID, this.getFiles())
this.emit('upload', uploadID, this.getFilesByIds(fileIDs))

this.setState({
allowNewUpload:
Expand Down

0 comments on commit 2cab7b3

Please sign in to comment.