Skip to content

Commit

Permalink
feat: g-ts update on ts change
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Jan 15, 2024
1 parent a0a1d95 commit 61da5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualizations/nr-granular-timeseries/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export default function Widget(props) {
interval.stop();
interval.start();
return interval.stop;
}, [finalQuery, accountId, pollInterval]);
}, [finalQuery, accountId, pollInterval, timeRange]);

if (inputErrors.length > 0) {
return <ErrorState errors={inputErrors} />;
Expand Down

0 comments on commit 61da5d0

Please sign in to comment.