Skip to content

Commit

Permalink
Remove time comparison when toggled from leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
djbarnwal committed Sep 9, 2023
1 parent 9a1798c commit 05c0b26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
}
function setComparisonDimension(dimensionName) {
metricsExplorerStore.displayComparison(metricViewName, false);
metricsExplorerStore.setComparisonDimension(metricViewName, dimensionName);
}
Expand Down

0 comments on commit 05c0b26

Please sign in to comment.