diff --git a/public/app/features/dashboard/utils/getPanelChromeProps.tsx b/public/app/features/dashboard/utils/getPanelChromeProps.tsx index 3bc8c3c865e..725f11b50b7 100644 --- a/public/app/features/dashboard/utils/getPanelChromeProps.tsx +++ b/public/app/features/dashboard/utils/getPanelChromeProps.tsx @@ -98,7 +98,7 @@ export function getPanelChromeProps(props: CommonProps) { /> ); - const description = props.panel.description ? onShowPanelDescription() : undefined; + const description = props.panel.description ? onShowPanelDescription : undefined; const dragClass = !(props.isViewing || props.isEditing) ? 'grid-drag-handle' : '';