Explorar el Código

@uppy/status-bar: remove default target (#4970)

Antoine du Hamel hace 1 año
padre
commit
22e815e538
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      packages/@uppy/status-bar/src/StatusBar.tsx

+ 0 - 1
packages/@uppy/status-bar/src/StatusBar.tsx

@@ -59,7 +59,6 @@ function getUploadingState(
 
 // set default options, must be kept in sync with @uppy/react/src/StatusBar.js
 const defaultOptions = {
-  target: 'body',
   hideUploadButton: false,
   hideRetryButton: false,
   hidePauseResumeButton: false,