Skip to content

Commit

Permalink
VizPanel: Set selectionId for PanelChrome (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo authored Dec 10, 2024
1 parent f63d5ca commit 659e6ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/scenes/src/components/VizPanel/VizPanelRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,9 @@ export function VizPanelRenderer({ model }: SceneComponentProps<VizPanel>) {
statusMessageOnClick={model.onStatusMessageClick}
width={width}
height={height}
//@ts-expect-error Remove when 11.4 is released
selectionId={model.state.key}
displayMode={displayMode}
//@ts-expect-error Remove when 11.4 is released: https://github.com/grafana/grafana/pull/96868
showMenuAlways={showMenuAlways}
hoverHeader={hoverHeader}
hoverHeaderOffset={hoverHeaderOffset}
Expand Down

0 comments on commit 659e6ea

Please sign in to comment.