mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
added tooltip back to be consistent with other table actions
This commit is contained in:
@@ -20,7 +20,8 @@ import {
|
||||
ListItem,
|
||||
ListItemText,
|
||||
Grid,
|
||||
useMediaQuery
|
||||
useMediaQuery,
|
||||
Tooltip
|
||||
} from '@mui/material';
|
||||
|
||||
import TableCell, { tableCellClasses } from '@mui/material/TableCell';
|
||||
@@ -525,7 +526,9 @@ const DashboardData: FC = () => {
|
||||
<StyledTableCell padding="checkbox">
|
||||
{dv.c && me.admin && (
|
||||
<IconButton size="small">
|
||||
<Tooltip title="Change value...">
|
||||
<EditIcon color="primary" fontSize="small" />
|
||||
</Tooltip>
|
||||
</IconButton>
|
||||
)}
|
||||
</StyledTableCell>
|
||||
|
||||
Reference in New Issue
Block a user