Skip to content

Commit 01badee

Browse files
DominikB2014andrewshie-sentry
authored andcommitted
ref(insights): pass in search to web vitals module charts (#92499)
Same as #92337 but for web vitals breakdown chart
1 parent 96a591b commit 01badee

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)