Skip to content

Commit

Permalink
fix(experiments): fix shared funnel metric aggregation (#27599)
Browse files Browse the repository at this point in the history
  • Loading branch information
andehen authored Jan 16, 2025
1 parent 5469150 commit 00986e5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ export function SharedFunnelsMetricForm(): JSX.Element {
...sharedMetricQuery,
funnels_query: {
...sharedMetricQuery.funnels_query,
aggregation_group_type_index: value,
funnelsFilter: {
...sharedMetricQuery.funnels_query.funnelsFilter,
funnelAggregateByHogQL: value,
},
},
},
})
Expand Down

0 comments on commit 00986e5

Please sign in to comment.