PanelChrome: Do not show menu when panel is embedded (#64549)

This commit is contained in:
Ivan Ortega Alba 2023-03-13 17:47:52 +01:00 committed by GitHub
parent 634955c3f2
commit fc8a753892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}
/>
);
}}