complete excel export
This commit is contained in:
@@ -34,9 +34,9 @@ const ExcelExport = () => {
|
||||
mb: 2,
|
||||
borderBottom: 2,
|
||||
borderBottomColor: "divider",
|
||||
backgroundColor: "#f1f1f1"
|
||||
backgroundColor: "#f1f1f1",
|
||||
}} expanded={false}>
|
||||
<AccordionSummary>
|
||||
<AccordionSummary sx={{cursor: "unset !important"}}>
|
||||
<Box sx={{width: "100%", display: "flex", alignItems: "center", justifyContent: "space-between"}}>
|
||||
<Box sx={{display: "flex", alignItems: "center", gap: 0.5}}>
|
||||
<AssignmentIcon sx={{color: "primary.main"}}/>
|
||||
|
||||
Reference in New Issue
Block a user