Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjaneczek committed Mar 20, 2024
1 parent a691c89 commit 8103c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/features/trails/ActionTabs/BreakdownScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class BreakdownScene extends SceneObjectBase<BreakdownSceneState> {
trail.state.$timeRange?.subscribeToState(() => {
// The change in time range will cause a refresh of panel values,
// so we clear the axis range so it can be recalculated when the calls
// to `reportBreakdownPanelData` start being made from the panels' behavior.
// to `reportBreakdownPanelData` start being made from the panels' behavior.
this.clearBreakdownPanelAxisValues();
});

Expand Down

0 comments on commit 8103c7b

Please sign in to comment.