Parcourir la source

@uppy/progress-bar: remove default target (#4971)

Antoine du Hamel il y a 1 an
Parent
commit
0ec6e11733
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/@uppy/progress-bar/src/ProgressBar.tsx

+ 0 - 1
packages/@uppy/progress-bar/src/ProgressBar.tsx

@@ -13,7 +13,6 @@ export interface ProgressBarOptions extends UIPluginOptions {
 }
 // set default options, must kept in sync with @uppy/react/src/ProgressBar.js
 const defaultOptions = {
-  target: 'body',
   fixed: false,
   hideAfterFinish: true,
 }