mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
fix typo
This commit is contained in:
@@ -40,7 +40,7 @@ type DashboardDevicesDialogProps = {
|
||||
progress: boolean;
|
||||
};
|
||||
|
||||
const DashboarDevicesDialog = ({
|
||||
const DashboardDevicesDialog = ({
|
||||
open,
|
||||
onClose,
|
||||
onSave,
|
||||
@@ -224,4 +224,4 @@ const DashboarDevicesDialog = ({
|
||||
);
|
||||
};
|
||||
|
||||
export default DashboarDevicesDialog;
|
||||
export default DashboardDevicesDialog;
|
||||
|
||||
Reference in New Issue
Block a user