X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ce2ea2b32bdbaa8a9156ca80f8bf2eb33308ba89..62f2061128ca42effa9ec0ca7d65838ef3a397aa:/src/views/process-panel/process-output-collection-files.ts diff --git a/src/views/process-panel/process-output-collection-files.ts b/src/views/process-panel/process-output-collection-files.ts index e09078ae5e..d0b44cd1e6 100644 --- a/src/views/process-panel/process-output-collection-files.ts +++ b/src/views/process-panel/process-output-collection-files.ts @@ -14,7 +14,6 @@ import { openContextMenu, openCollectionFilesContextMenu } from 'store/context-m import { openUploadCollectionFilesDialog } from 'store/collections/collection-upload-actions'; import { ResourceKind } from "models/resource"; import { openDetailsPanel } from 'store/details-panel/details-panel-action'; -import { StyleRulesCallback, Theme, withStyles } from "@material-ui/core"; const mapDispatchToProps = (dispatch: Dispatch): Pick => ({ onUploadDataClick: (targetLocation?: string) => { @@ -56,16 +55,4 @@ const mapDispatchToProps = (dispatch: Dispatch): Pick = (theme: Theme) => ({ - wrapper: {}, - dataWrapper: {}, - leftPanel: {}, - rightPanel: {}, -}); - -export const ProcessOutputCollectionFiles = withStyles(styles)(connect(null, mapDispatchToProps)(Component)); +export const ProcessOutputCollectionFiles = connect(null, mapDispatchToProps)(Component);