Skip to content

Commit 5ec2ef1

Browse files
committed
remove box component
1 parent c5d880e commit 5ec2ef1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Client/src/Pages/Maintenance/index.jsx

-15
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ const Maintenance = () => {
6161
}
6262

6363
return (
64-
<Box
65-
className="maintenance table-container"
66-
sx={{
67-
':has(> [class*="fallback__"])': {
68-
position: "relative",
69-
border: 1,
70-
borderColor: theme.palette.primary.lowContrast,
71-
borderRadius: theme.shape.borderRadius,
72-
borderStyle: "dashed",
73-
backgroundColor: theme.palette.primary.main,
74-
overflow: "hidden",
75-
},
76-
}}
77-
>
7864
<Stack gap={theme.spacing(8)}>
7965
<Stack
8066
direction="row"
@@ -105,7 +91,6 @@ const Maintenance = () => {
10591
updateCallback={handleActionMenuDelete}
10692
/>
10793
</Stack>
108-
</Box>
10994
);
11095
};
11196

0 commit comments

Comments
 (0)