소스 검색

Update index.js

Artur Paikin 6 년 전
부모
커밋
3fec17e1e0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      packages/@uppy/provider-views/src/index.js

+ 0 - 2
packages/@uppy/provider-views/src/index.js

@@ -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,