fix: remove unnecessary dateRange param now that backend defaults it

This commit is contained in:
gorkem-bwl
2026-01-16 13:12:00 -05:00
parent 2055943876
commit 7436c2b5df
@@ -44,7 +44,6 @@ const CreateInfrastructureMonitor = () => {
// Fetch monitor details if editing
const [monitor, isLoading] = useFetchHardwareMonitorById({
monitorId,
dateRange: "day",
updateTrigger,
});
const [deleteMonitor, isDeleting] = useDeleteMonitor();