multipleorders

This commit is contained in:
joshikannan
2024-04-24 11:17:02 +05:30
parent 5f395cf329
commit 34750df45d
3 changed files with 31 additions and 0 deletions

View File

@@ -171,6 +171,25 @@ const HeaderContent = () => {
}
/>
</ListItemButton>
<ListItemButton
selected={location.pathname === '/orders/create'}
onClick={() => {
// console.log(const location = useLocation();)
navigate('/orders/createorders');
handleClickAway();
}}
>
<ListItemText
primary={
<Grid container>
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
<MailOutlined />
</ListItemIcon>
<Typography color="textPrimary">Create Multiple Order</Typography>
</Grid>
}
/>
</ListItemButton>
{/* <ListItemButton
selected={location.pathname === '/clients/create'}
onClick={() => {