From d39fc8221e4050a9fc84bebddcbb57b8a573b2c7 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 10 Oct 2024 21:21:19 +0100 Subject: [PATCH] rename DevicesDialog --- interface/src/app/main/Devices.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/app/main/Devices.tsx b/interface/src/app/main/Devices.tsx index 2a6aef8ee..462e4326b 100644 --- a/interface/src/app/main/Devices.tsx +++ b/interface/src/app/main/Devices.tsx @@ -64,7 +64,7 @@ import { useInterval } from 'utils'; import { readCoreData, readDeviceData, writeDeviceValue } from '../../api/app'; import DeviceIcon from './DeviceIcon'; -import DashboardDevicesDialog from './DevicesDialog'; +import DevicesDialog from './DevicesDialog'; import { formatValue } from './deviceValue'; import { DeviceEntityMask, DeviceType, DeviceValueUOM_s } from './types'; import type { Device, DeviceValue } from './types'; @@ -752,7 +752,7 @@ const Devices = () => { {renderDeviceData()} {renderDeviceDetails()} {selectedDeviceValue && ( -