diff --git a/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx b/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx index 5d1558fa7f5..c56fefa3e2e 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, @@ -525,27 +526,29 @@ export class PanelStateWrapper extends PureComponent { return ( <> - - {config.featureToggles.panelMonitoring && this.state.errorMessage === undefined && ( - - )} + + + {config.featureToggles.panelMonitoring && this.state.errorMessage === undefined && ( + + )} + );