Prechádzať zdrojové kódy

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

Antoine du Hamel 1 rok pred
rodič
commit
22e815e538

+ 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,