This commit is contained in:
Faris Armoush
2025-04-27 12:10:38 +03:00
parent f30d7c0117
commit 0f56273d99

View File

@ -108,7 +108,7 @@ class DeviceManagementPage extends StatelessWidget with HelperResponsiveLayout {
return DeviceManagementBody(
devices: deviceState.filteredDevices);
} else {
return const Center(child: Text('Error fetching Devices'));
return const DeviceManagementBody(devices: []);
}
},
);