mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 03:35:19 +00:00
Add missing comma to code example
This commit is contained in:
parent
43dd901e50
commit
fa3e4847ce
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ uppy.use(StatusBar, {
|
|||
hideUploadButton: false,
|
||||
hideRetryButton: false,
|
||||
hidePauseResumeButton: false,
|
||||
hideCancelButton: false
|
||||
hideCancelButton: false,
|
||||
locale: {}
|
||||
})
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue