Explorar el Código

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

Antoine du Hamel hace 1 año
padre
commit
0ec6e11733
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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,
 }