Skip to content

Commit

Permalink
fix(retention): do not set interval for retention as date range side …
Browse files Browse the repository at this point in the history
…effect (#20081)
  • Loading branch information
thmsobrmlr authored Feb 1, 2024
1 parent 1c63b97 commit 0c4a4d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/scenes/insights/insightVizDataLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ const handleQuerySourceUpdateSideEffects = (
* Date range change side effects.
*/
if (
!isRetentionQuery(currentState) &&
!isPathsQuery(currentState) && // TODO: Apply side logic more elegantly
update.dateRange &&
update.dateRange.date_from &&
Expand Down

0 comments on commit 0c4a4d7

Please sign in to comment.