Skip to content

Commit 2df2453

Browse files
committed
pass in search web vitals breakdown chart
1 parent e54d9f4 commit 2df2453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/views/insights/common/components/widgets/performanceScoreBreakdownChartWidget.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export default function PerformanceScoreBreakdownChartWidget(
112112
return (
113113
<InsightsTimeSeriesWidget
114114
{...props}
115+
search={search}
115116
id="performanceScoreBreakdownChartWidget"
116117
title={t('Score Breakdown')}
117118
height="100%"

0 commit comments

Comments
 (0)