Преглед на файлове

Pass hideRetryButton and hidePauseResumeCancelButtons options to DashboardUI. They are already supported options. (#2292)

Atsawin преди 4 години
родител
ревизия
fc3cafd4fa
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      packages/@uppy/dashboard/src/index.js

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

@@ -853,6 +853,8 @@ module.exports = class Dashboard extends Plugin {
       showLinkToFileUploadResult: this.opts.showLinkToFileUploadResult,
       proudlyDisplayPoweredByUppy: this.opts.proudlyDisplayPoweredByUppy,
       hideCancelButton: this.opts.hideCancelButton,
+      hideRetryButton: this.opts.hideRetryButton,
+      hidePauseResumeCancelButtons: this.opts.hidePauseResumeCancelButton,
       showRemoveButtonAfterComplete: this.opts.showRemoveButtonAfterComplete,
       containerWidth: pluginState.containerWidth,
       containerHeight: pluginState.containerHeight,