Skip to content

Commit

Permalink
fix(experiments): Display no-code experiment secondary metrics (#27107)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Dec 20, 2024
1 parent 02ad064 commit 36bf03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/experiments/experimentLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ export const experimentLogic = kea<experimentLogicType>([
}

const variantsWithResults: TabularSecondaryMetricResults[] = []
experiment?.parameters?.feature_flag_variants?.forEach((variant) => {
experiment?.feature_flag?.filters?.multivariate?.variants?.forEach((variant) => {
const metricResults: SecondaryMetricResult[] = []
experiment?.secondary_metrics?.forEach((metric, idx) => {
let result
Expand Down

0 comments on commit 36bf03e

Please sign in to comment.