Skip to content

Commit

Permalink
@uppy/progress-bar: remove default target
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 27, 2024
1 parent d602d93 commit 7bba692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@uppy/progress-bar/src/ProgressBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default class ProgressBar extends UIPlugin {

// set default options, must kept in sync with @uppy/react/src/ProgressBar.js
const defaultOptions = {
target: 'body',
fixed: false,
hideAfterFinish: true,
}
Expand Down

0 comments on commit 7bba692

Please sign in to comment.