- Enhance layout and responsiveness of camera components
- update system health hook for periodic refetching
This commit is contained in:
@@ -11,6 +11,7 @@ export const useGetSystemHealth = () => {
|
||||
const query = useQuery({
|
||||
queryKey: ["fetchSystemData"],
|
||||
queryFn: fetchData,
|
||||
refetchInterval: 300000,
|
||||
});
|
||||
return { query };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user