mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
fix row unselect
This commit is contained in:
@@ -546,7 +546,7 @@ const DashboardDevices: FC = () => {
|
|||||||
<Button
|
<Button
|
||||||
startIcon={<SettingsBackupRestoreIcon />}
|
startIcon={<SettingsBackupRestoreIcon />}
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
onClick={fetchCoreData}
|
onClick={() => device_select.fns.onRemoveAll()}
|
||||||
color="warning"
|
color="warning"
|
||||||
>
|
>
|
||||||
{LL.RESET(0)}
|
{LL.RESET(0)}
|
||||||
|
|||||||
Reference in New Issue
Block a user