Enable useNextVariants and replace depracated typography variants
[arvados-workbench2.git] / src / views / run-process-panel / inputs / directory-array-input.tsx
index 6da3210371490e968a041e9bc90adc59b5f2f8e4..a7d83daef57f82b9cbbd8bf5f70ca1088ae78f9e 100644 (file)
@@ -280,7 +280,7 @@ const DirectoryArrayInputComponent = connect(mapStateToProps)(
                     </div>
                     <Divider />
                     <div className={classes.chips}>
-                        <Typography variant='subheading'>Selected collections ({this.state.directories.length}):</Typography>
+                        <Typography variant='subtitle1'>Selected collections ({this.state.directories.length}):</Typography>
                         <Chips
                             orderable
                             deletable