mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-26 11:44:53 +00:00
dashboard: Fix StatusBar plugin ID
This commit is contained in:
parent
949540c03c
commit
5098da7cd1
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ module.exports = class DashboardUI extends Plugin {
|
|||
}
|
||||
|
||||
if (!this.opts.disableStatusBar) {
|
||||
const statusBar = this.core.getPlugin('StatusBarUI')
|
||||
const statusBar = this.core.getPlugin('StatusBar')
|
||||
// Checking if this plugin exists, in case it was removed by uppy-core
|
||||
// before the Dashboard was.
|
||||
if (statusBar) this.core.removePlugin(statusBar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue