Browse Source

Dashboard: you might want to call openModal manually, then you don’t need trigger

Artur Paikin 7 years ago
parent
commit
c547ba3e19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/Dashboard/index.js

+ 1 - 1
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) {