mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
Dashboard: you might want to call openModal manually, then you don’t need trigger
This commit is contained in:
parent
b63b61021d
commit
c547ba3e19
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue