30122023
This commit is contained in:
@@ -173,9 +173,9 @@ const navigate = useNavigate()
|
||||
/>
|
||||
</ListItemButton> */}
|
||||
<ListItemButton
|
||||
selected={location.pathname === '/staff/create'}
|
||||
selected={location.pathname === '/customers/create'}
|
||||
onClick={() => {
|
||||
navigate('/clients/create')
|
||||
navigate('/customers/create')
|
||||
handleClickAway()
|
||||
}} >
|
||||
<ListItemText
|
||||
@@ -184,7 +184,7 @@ const navigate = useNavigate()
|
||||
<ListItemIcon sx={{ mr: 1, fontSize: '20px' }}>
|
||||
<UserOutlined />
|
||||
</ListItemIcon>
|
||||
<Typography color="textPrimary">Create Client</Typography>
|
||||
<Typography color="textPrimary">Create Customer</Typography>
|
||||
|
||||
</Grid>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user