File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
// SPDX-FileCopyrightText: TNG Technology Consulting GmbH <https://www.tngtech.com>
3
3
//
4
4
// SPDX-License-Identifier: Apache-2.0
5
- import { AttachFile } from '@mui/icons-material' ;
5
+ import AttachFileIcon from '@mui/icons-material/AttachFile ' ;
6
6
import { TooltipProps } from '@mui/material/Tooltip' ;
7
7
import MuiTypography from '@mui/material/Typography' ;
8
8
@@ -33,7 +33,7 @@ export const FilePathInput: React.FC<FilePathInputProps> = (props) => {
33
33
title = { props . label }
34
34
text = { props . text }
35
35
onClick = { props . onClick }
36
- startIcon = { < AttachFile sx = { baseIcon } /> }
36
+ startIcon = { < AttachFileIcon sx = { baseIcon } /> }
37
37
cursor = { 'pointer' }
38
38
showTooltip = { true }
39
39
tooltipProps = { props . tooltipProps }
Original file line number Diff line number Diff line change 2
2
// SPDX-FileCopyrightText: TNG Technology Consulting GmbH <https://www.tngtech.com>
3
3
//
4
4
// SPDX-License-Identifier: Apache-2.0
5
- import { createTheme , Grid2 as MuiGrid , useTheme } from '@mui/material' ;
5
+ import { createTheme , Grid as MuiGrid , useTheme } from '@mui/material' ;
6
6
import { ThemeProvider } from '@mui/material/styles' ;
7
7
import MuiTab from '@mui/material/Tab' ;
8
8
import MuiTabs from '@mui/material/Tabs' ;
You can’t perform that action at this time.
0 commit comments