Ver Fonte

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

Antoine du Hamel há 1 ano atrás
pai
commit
0ec6e11733
1 ficheiros alterados com 0 adições e 1 exclusões
  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,
 }