mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
fix capabilities unused var
This commit is contained in:
parent
618a543734
commit
a4db4cc8c4
1 changed files with 2 additions and 2 deletions
|
|
@ -478,8 +478,8 @@ module.exports = class Dashboard extends Plugin {
|
|||
info: this.uppy.info,
|
||||
note: this.opts.note,
|
||||
metaFields: pluginState.metaFields,
|
||||
resumableUploads: this.uppy.state.capabilities.resumableUploads || false,
|
||||
bundled: this.uppy.state.capabilities.bundled || false,
|
||||
resumableUploads: capabilities.resumableUploads || false,
|
||||
bundled: capabilities.bundled || false,
|
||||
startUpload: startUpload,
|
||||
pauseUpload: this.uppy.pauseResume,
|
||||
retryUpload: this.uppy.retryUpload,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue