add recent

This commit is contained in:
Alex Holliday
2025-03-05 11:23:45 -08:00
parent ed6ed07f6c
commit 1642311e50
+1 -2
View File
@@ -24,11 +24,10 @@ const InfrastructureDetails = () => {
// Redux state
// Local state
const [dateRange, setDateRange] = useState("day");
const [dateRange, setDateRange] = useState("recent");
// Utils
const theme = useTheme();
const isAdmin = useIsAdmin();
const { monitorId } = useParams();
const { isLoading, networkError, monitor } = useHardwareMonitorsFetch({