Fix eslint errors

This commit is contained in:
Owen
2026-06-04 10:22:29 -07:00
parent aac25f0a53
commit 6c4cbcab5d
8 changed files with 9 additions and 12 deletions
@@ -103,7 +103,7 @@ export function ProxyResourceTargetsForm({
// Notify parent of changes (create mode)
useEffect(() => {
onChange?.(targets);
}, [targets]); // eslint-disable-line react-hooks/exhaustive-deps
}, [targets]);
// Poll health status only in edit mode
const { data: polledTargets } = useQuery({