Skip to content

Commit d2f6b40

Browse files
authored
fix(perf): Add chart back to all transactions (#52984)
We can't have a double chart row with only 1 allowed chart, adding back related issues for now
1 parent ec97335 commit d2f6b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/performance/landing/views/allTransactionsView.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function AllTransactionsView(props: BasePerformanceViewProps) {
1717
canUseMetricsData(props.organization)
1818
) {
1919
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_CHANGED);
20+
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_RELATED_ISSUES);
2021
} else {
2122
doubleChartRowCharts.unshift(PerformanceWidgetSetting.MOST_REGRESSED);
2223
doubleChartRowCharts.push(PerformanceWidgetSetting.MOST_IMPROVED);

0 commit comments

Comments
 (0)