diff --git a/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx b/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx index 4f3d12cd7d6..2acae2caa00 100644 --- a/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx +++ b/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx @@ -17,6 +17,7 @@ import { PanelData, PanelPlugin, PanelPluginMeta, + PluginContextProvider, SetPanelAttentionEvent, TimeRange, toDataFrameDTO, @@ -523,27 +524,29 @@ export class PanelStateWrapper extends PureComponent { return ( <> - - {config.featureToggles.panelMonitoring && this.state.errorMessage === undefined && ( - - )} + + + {config.featureToggles.panelMonitoring && this.state.errorMessage === undefined && ( + + )} + );