diff --git a/public/app/features/dashboard/containers/SoloPanelPage.tsx b/public/app/features/dashboard/containers/SoloPanelPage.tsx index f81bcfcb5e3..04fc483129a 100644 --- a/public/app/features/dashboard/containers/SoloPanelPage.tsx +++ b/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} /> ); }}