fix row unselect

This commit is contained in:
Proddy
2023-05-05 20:37:48 +02:00
parent 979503256a
commit ca964c13a7

View File

@@ -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)}