mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 07:58:46 -05:00
fix: remove unnecessary dateRange param now that backend defaults it
This commit is contained in:
@@ -44,7 +44,6 @@ const CreateInfrastructureMonitor = () => {
|
||||
// Fetch monitor details if editing
|
||||
const [monitor, isLoading] = useFetchHardwareMonitorById({
|
||||
monitorId,
|
||||
dateRange: "day",
|
||||
updateTrigger,
|
||||
});
|
||||
const [deleteMonitor, isDeleting] = useDeleteMonitor();
|
||||
|
||||
Reference in New Issue
Block a user