scroll bar add data postu, sucos, aldeias active. hide icon filter manage user & menu. message error in manage user done
This commit is contained in:
@ -110,7 +110,11 @@ const DropdownUser = ({ menuItemRef }: IDropdownUserProps) => {
|
||||
</Alert>
|
||||
</DialogHeader>
|
||||
<DialogFooter className="flex justify-end items-center gap-4 mt-3">
|
||||
<Button variant={'outlined'} onClick={() => setShowLogoutDialog(false)}>
|
||||
<Button
|
||||
variant={'outlined'}
|
||||
onClick={() => setShowLogoutDialog(false)}
|
||||
style={{ color: 'grey', borderColor: 'grey' }}
|
||||
>
|
||||
Cancel
|
||||
</Button>
|
||||
<Button variant="outlined" color="error" onClick={handleLogout}>
|
||||
|
||||
Reference in New Issue
Block a user