Skip to content

Commit

Permalink
Update TopNQueries.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Guo <[email protected]>
  • Loading branch information
LilyCaroline17 authored Sep 4, 2024
1 parent 10ac06c commit 6f1c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/TopNQueries/TopNQueries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const TopNQueries = ({ core }: { core: CoreStart }) => {

useEffect(() => {
retrieveQueries(currStart, currEnd);
}, [latencySettings, cpuSettings, memorySettings, currStart, currEnd, retrieveQueries]);
}, [currStart, currEnd, retrieveQueries]);

return (
<div style={{ padding: '35px 35px' }}>
Expand Down

0 comments on commit 6f1c502

Please sign in to comment.