mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 01:15:35 +00:00
@uppy/status-bar: remove unused component props (#5211)
This commit is contained in:
parent
5afb2affd1
commit
2284d89e26
1 changed files with 0 additions and 5 deletions
|
|
@ -167,7 +167,6 @@ export default class StatusBar<M extends Meta, B extends Body> extends UIPlugin<
|
|||
|
||||
isUploadStarted,
|
||||
isAllComplete,
|
||||
isAllErrored,
|
||||
isAllPaused,
|
||||
isUploadInProgress,
|
||||
isSomeGhost,
|
||||
|
|
@ -207,8 +206,6 @@ export default class StatusBar<M extends Meta, B extends Body> extends UIPlugin<
|
|||
totalUploadedSize,
|
||||
isAllComplete: false,
|
||||
isAllPaused,
|
||||
// @ts-expect-error TODO: remove this in 4.x branch
|
||||
isAllErrored,
|
||||
isUploadStarted,
|
||||
isUploadInProgress,
|
||||
isSomeGhost,
|
||||
|
|
@ -230,8 +227,6 @@ export default class StatusBar<M extends Meta, B extends Body> extends UIPlugin<
|
|||
hidePauseResumeButton: this.opts.hidePauseResumeButton,
|
||||
hideCancelButton: this.opts.hideCancelButton,
|
||||
hideAfterFinish: this.opts.hideAfterFinish,
|
||||
// ts-expect-error TODO: remove this in 4.x branch
|
||||
isTargetDOMEl: this.isTargetDOMEl,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue