File tree Expand file tree Collapse file tree 3 files changed +1
-17
lines changed
src/tapis-ui/components/files Expand file tree Collapse file tree 3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const FileExplorer: React.FC<FileExplorerProps> = ({
127
127
/>
128
128
) : (
129
129
< SystemListing
130
- className = { styles [ 'nav-list' ] }
130
+ className = { ` ${ styles [ 'nav-list' ] } ` }
131
131
onNavigate = { onSystemNavigate }
132
132
/>
133
133
) }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { GenericModal } from 'tapis-ui/_common';
4
4
import { FileExplorer } from 'tapis-ui/components/files' ;
5
5
import { SelectMode } from 'tapis-ui/components/files/FileListing/FileListing' ;
6
6
import { Button } from 'reactstrap' ;
7
- import styles from './FileSelectModal.module.scss' ;
8
7
9
8
type FileSelectModalProps = {
10
9
systemId ?: string ;
@@ -111,7 +110,6 @@ const FileSelectModal: React.FC<FileSelectModalProps> = ({
111
110
onNavigate = { fileExplorerNavigateCallback }
112
111
fields = { [ 'size' , 'lastModified' ] }
113
112
selectedFiles = { selectedFiles }
114
- className = { styles [ 'file-list' ] }
115
113
/>
116
114
) ;
117
115
You can’t perform that action at this time.
0 commit comments