Skip to content

Commit

Permalink
Merge pull request #7533 from coleshirley/2.x
Browse files Browse the repository at this point in the history
[bug] [2.x] fix upload progress indicator
  • Loading branch information
danharrin authored Aug 7, 2023
2 parents f75ff99 + 59b610f commit 9177b9c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@
success(fileKey)
},
error,
progress,
(progressEvent) => {
progress(true, progressEvent.detail.progress, 100)
},
)
},
})"
Expand Down

0 comments on commit 9177b9c

Please sign in to comment.