Skip to content

Commit 92da2ac

Browse files
phillramclaude
andauthored
fix(heatmaps): open heatmaps settings section instead of autocapture when configuring (#51841)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2785f30 commit 92da2ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/scenes/heatmaps/components/HeatmapsBrowser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ function Warnings(): JSX.Element | null {
332332
action={{
333333
type: 'secondary',
334334
icon: <IconGear />,
335-
onClick: () => openSettingsPanel({ sectionId: 'environment-autocapture', settingId: 'heatmaps' }),
335+
onClick: () => openSettingsPanel({ sectionId: 'environment-heatmaps', settingId: 'heatmaps' }),
336336
children: 'Configure',
337337
}}
338338
dismissKey="heatmaps-might-be-disabled-warning"

frontend/src/scenes/heatmaps/components/HeatmapsWarnings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function HeatmapsWarnings(): JSX.Element | null {
1919
action={{
2020
type: 'secondary',
2121
icon: <IconGear />,
22-
onClick: () => openSettingsPanel({ sectionId: 'environment-autocapture', settingId: 'heatmaps' }),
22+
onClick: () => openSettingsPanel({ sectionId: 'environment-heatmaps', settingId: 'heatmaps' }),
2323
children: 'Configure',
2424
}}
2525
dismissKey="heatmaps-might-be-disabled-warning"

0 commit comments

Comments
 (0)