Skip to content

Commit 79ff728

Browse files
committed
fix: copilot feedback
1 parent f948cfa commit 79ff728

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"peerDependencies": {
107107
"@emotion/react": "^11.11.4",
108108
"@emotion/styled": "^11.11.5",
109-
"@mui/icons-material": "^7.3.9",
109+
"@mui/icons-material": "^5.15.20",
110110
"@mui/material": "^5.15.20",
111111
"@react-pdf/renderer": "^3.1.11",
112112
"awesome-bootstrap-checkbox": "^1.0.1",

src/components/inputs/upload-input-v3/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ const UploadInputV3 = ({
371371
return (
372372
<Box
373373
key={`uploaded-${index}`}
374-
elevation={0}
375374
sx={fileRowSx}
376375
>
377376
<Box sx={{ color: 'primary.main', display: 'flex', alignItems: 'center', mr: 2, minWidth: 32 }}>

0 commit comments

Comments
 (0)