|
@@ -526,7 +526,6 @@ module.exports = class ProviderView {
|
|
<AuthView
|
|
<AuthView
|
|
pluginName={this.plugin.title}
|
|
pluginName={this.plugin.title}
|
|
pluginIcon={this.plugin.icon}
|
|
pluginIcon={this.plugin.icon}
|
|
- demo={this.plugin.opts.demo}
|
|
|
|
handleAuth={this.handleAuth}
|
|
handleAuth={this.handleAuth}
|
|
i18n={this.plugin.uppy.i18n}
|
|
i18n={this.plugin.uppy.i18n}
|
|
i18nArray={this.plugin.uppy.i18nArray} />
|
|
i18nArray={this.plugin.uppy.i18nArray} />
|
|
@@ -544,7 +543,6 @@ module.exports = class ProviderView {
|
|
sortByTitle: this.sortByTitle,
|
|
sortByTitle: this.sortByTitle,
|
|
sortByDate: this.sortByDate,
|
|
sortByDate: this.sortByDate,
|
|
logout: this.logout,
|
|
logout: this.logout,
|
|
- demo: this.plugin.opts.demo,
|
|
|
|
isActiveRow: this.isActiveRow,
|
|
isActiveRow: this.isActiveRow,
|
|
isChecked: this.isChecked,
|
|
isChecked: this.isChecked,
|
|
toggleCheckbox: this.toggleCheckbox,
|
|
toggleCheckbox: this.toggleCheckbox,
|