mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
PanelChrome: Do not show menu when panel is embedded (#64549)
This commit is contained in:
parent
634955c3f2
commit
fc8a753892
@ -123,9 +123,10 @@ export const SoloPanel = ({ dashboard, notFound, panel, panelId, timezone }: Sol
|
||||
dashboard={dashboard}
|
||||
panel={panel}
|
||||
isEditing={false}
|
||||
isViewing={false}
|
||||
isViewing={true}
|
||||
lazy={false}
|
||||
timezone={timezone}
|
||||
hideMenu={true}
|
||||
/>
|
||||
);
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user