Skip to content

Commit

Permalink
@uppy/dashboard: remove unused component props (#5213)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jun 3, 2024
1 parent 2284d89 commit dbfb93f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/@uppy/dashboard/src/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,6 @@ export default class Dashboard<M extends Meta, B extends Body> extends UIPlugin<

isUploadStarted,
isAllComplete,
isAllErrored,
isAllPaused,
} = this.uppy.getObjectOfFilesPerState()

Expand Down Expand Up @@ -1189,7 +1188,6 @@ export default class Dashboard<M extends Meta, B extends Body> extends UIPlugin<
processingFiles,
isUploadStarted,
isAllComplete,
isAllErrored,
isAllPaused,
totalFileCount: Object.keys(files).length,
totalProgress: state.totalProgress,
Expand Down Expand Up @@ -1245,7 +1243,6 @@ export default class Dashboard<M extends Meta, B extends Body> extends UIPlugin<
containerWidth: pluginState.containerWidth,
containerHeight: pluginState.containerHeight,
areInsidesReadyToBeVisible: pluginState.areInsidesReadyToBeVisible,
isTargetDOMEl: this.isTargetDOMEl,
parentElement: this.el,
allowedFileTypes: this.uppy.opts.restrictions.allowedFileTypes,
maxNumberOfFiles: this.uppy.opts.restrictions.maxNumberOfFiles,
Expand Down

0 comments on commit dbfb93f

Please sign in to comment.