File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
portal-ui/src/screens/Console Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,7 @@ import { useSelector } from "react-redux";
31
31
import { useNavigate } from "react-router-dom" ;
32
32
import api from "../../../common/api" ;
33
33
import { stringSort } from "../../../utils/sortFunctions" ;
34
- import {
35
- actionsTray ,
36
- tableStyles ,
37
- } from "../Common/FormComponents/common/styleLibrary" ;
34
+ import { actionsTray } from "../Common/FormComponents/common/styleLibrary" ;
38
35
39
36
import { ErrorResponseHandler } from "../../../common/types" ;
40
37
import ChangePasswordModal from "./ChangePasswordModal" ;
@@ -251,7 +248,7 @@ const Account = () => {
251
248
</ Box >
252
249
</ Grid >
253
250
254
- < Grid item xs = { 12 } sx = { { ... tableStyles . tableBlock } } >
251
+ < Grid item xs = { 12 } >
255
252
< DataTable
256
253
isLoading = { loading }
257
254
records = { filteredRecords }
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ import {
29
29
containerForHeader ,
30
30
objectBrowserCommon ,
31
31
searchField ,
32
- tableStyles ,
33
32
} from "../../Common/FormComponents/common/styleLibrary" ;
34
33
import { IAM_SCOPES } from "../../../../common/SecureComponent/permissions" ;
35
34
import PanelTitle from "../../Common/PanelTitle/PanelTitle" ;
@@ -65,7 +64,6 @@ const useStyles = makeStyles((theme: Theme) =>
65
64
backgroundImage : "url(/images/ob_folder_filled.svg)" ,
66
65
} ,
67
66
} ,
68
- ...tableStyles ,
69
67
...actionsTray ,
70
68
...searchField ,
71
69
...objectBrowserCommon ,
You can’t perform that action at this time.
0 commit comments