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 Mar 27, 2024
1 parent 619f8ae commit b940c10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@uppy/progress-bar/src/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit b940c10

Please sign in to comment.