mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
parent
7ec6d8814c
commit
b632e9d8d0
1 changed files with 2 additions and 1 deletions
|
|
@ -192,7 +192,8 @@ function LoadingSpinner () {
|
|||
}
|
||||
|
||||
function ProgressBarProcessing (props) {
|
||||
const { value, mode, message } = props
|
||||
const { progress } = props
|
||||
const { value, mode, message } = progress
|
||||
const roundedValue = Math.round(value * 100)
|
||||
const dot = `\u00B7`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue