mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 18:29:09 +00:00
don’t show per-file detailed progress by default
This commit is contained in:
parent
8d5e1a5d7b
commit
5b7e2cd7b4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ module.exports = class DashboardUI extends Plugin {
|
|||
height: 550,
|
||||
semiTransparent: false,
|
||||
defaultTabIcon: defaultTabIcon(),
|
||||
showProgressDetails: true,
|
||||
showProgressDetails: false,
|
||||
locale: defaultLocale
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue