From c547ba3e196329bb52b9bc91be212faccea2c2ba Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sun, 21 Jan 2018 16:40:02 -0500 Subject: [PATCH] =?UTF-8?q?Dashboard:=20you=20might=20want=20to=20call=20o?= =?UTF-8?q?penModal=20manually,=20then=20you=20don=E2=80=99t=20need=20trig?= =?UTF-8?q?ger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 11ec4a739..5c19418a0 100644 --- a/src/plugins/Dashboard/index.js +++ b/src/plugins/Dashboard/index.js @@ -286,7 +286,7 @@ module.exports = class Dashboard extends Plugin { } if (!this.opts.inline && !showModalTrigger) { - this.uppy.log('Dashboard modal trigger not found, you won’t be able to select files. Make sure `trigger` is set correctly in Dashboard options', 'error') + this.uppy.log('Dashboard modal trigger not found. Make sure `trigger` is set in Dashboard options unless you are planning to call openModal() method yourself') } if (!this.opts.inline) {