Skip to content

Commit

Permalink
[add-deps] add deps (#1825)
Browse files Browse the repository at this point in the history
  • Loading branch information
Atash3000 authored Jan 9, 2025
1 parent de4134f commit 77f1af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chart/src/CdcChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ const CdcChart = ({
}

load()
}, [])
}, [configObj?.data?.length ? configObj.data : null])

useEffect(() => {
reloadURLData()
Expand Down

0 comments on commit 77f1af0

Please sign in to comment.