mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix double click
This commit is contained in:
@@ -412,12 +412,7 @@ class EMSESPDataForm extends Component<
|
||||
<TableCell padding="checkbox">
|
||||
{me.admin && (
|
||||
<StyledTooltip title="edit" placement="left-end">
|
||||
<IconButton
|
||||
edge="start"
|
||||
size="small"
|
||||
aria-label="Edit"
|
||||
onClick={() => this.sendSensor(sensorData)}
|
||||
>
|
||||
<IconButton edge="start" size="small" aria-label="Edit">
|
||||
<EditIcon color="primary" fontSize="small" />
|
||||
</IconButton>
|
||||
</StyledTooltip>
|
||||
@@ -612,7 +607,6 @@ class EMSESPDataForm extends Component<
|
||||
edge="start"
|
||||
size="small"
|
||||
aria-label="Edit"
|
||||
onClick={() => this.sendCommand(item)}
|
||||
>
|
||||
<EditIcon color="primary" fontSize="small" />
|
||||
</IconButton>
|
||||
|
||||
Reference in New Issue
Block a user