X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/62cb779efb0b098c05053e957c765a807467b28b..91d197b6b7066c3f37b3dbd54b2b3416e6f21bec:/src/views/run-process-panel/inputs/file-array-input.tsx diff --git a/src/views/run-process-panel/inputs/file-array-input.tsx b/src/views/run-process-panel/inputs/file-array-input.tsx index 0be8f19f..a2f884e3 100644 --- a/src/views/run-process-panel/inputs/file-array-input.tsx +++ b/src/views/run-process-panel/inputs/file-array-input.tsx @@ -249,7 +249,28 @@ const FileArrayInputComponent = connect(mapStateToProps)( maxWidth='md' > Choose files - +
+
+ +
+ +
+ Selected files ({this.state.files.length}): + file.name} /> +
+
+
@@ -262,31 +283,6 @@ const FileArrayInputComponent = connect(mapStateToProps)( ); - dialogContent = withStyles(this.dialogContentStyles)( - ({ classes }: WithStyles) => -
-
- -
- -
- Selected files ({this.state.files.length}): - file.name} /> -
-
- ); - }); type DialogContentCssRules = 'root' | 'pickerWrapper' | 'tree' | 'divider' | 'chips';