From 5098da7cd17f02c24677bb149bc3e4c51791c9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 18 Sep 2017 15:04:01 +0200 Subject: [PATCH] dashboard: Fix StatusBar plugin ID --- src/plugins/Dashboard/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Dashboard/index.js b/src/plugins/Dashboard/index.js index d72f88c5b..b7a77657d 100644 --- a/src/plugins/Dashboard/index.js +++ b/src/plugins/Dashboard/index.js @@ -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)