diff --git a/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx b/public/app/features/dashboard/dashgrid/PanelStateWrapper.tsx index 20c702edd8b..7087c9c611c 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, @@ -524,27 +525,29 @@ export class PanelStateWrapper extends PureComponent { return ( <> - - {this.state.errorMessage === undefined && ( - - )} + + + {this.state.errorMessage === undefined && ( + + )} + );