diff --git a/frontend/src/scenes/insights/insightVizDataLogic.ts b/frontend/src/scenes/insights/insightVizDataLogic.ts index 448a287a7ada3..0b6f6b17c676b 100644 --- a/frontend/src/scenes/insights/insightVizDataLogic.ts +++ b/frontend/src/scenes/insights/insightVizDataLogic.ts @@ -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 &&