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

pull/64709/head
Ivan Ortega Alba 2 years ago committed by GitHub
parent 634955c3f2
commit fc8a753892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      public/app/features/dashboard/containers/SoloPanelPage.tsx

@ -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…
Cancel
Save