From 95a3c6a024ac7192cd155c876f73bb085a49a1ce Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:29:22 +0530 Subject: [PATCH] Live: updated the reference to use lazy loaded Monaco in code editor. (#28597) (#28599) (cherry picked from commit c258ee86eb236e6fd328d9a427cac87d1b41b2e3) Co-authored-by: Marcus Andersson --- public/app/plugins/panel/live/LivePanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/live/LivePanel.tsx b/public/app/plugins/panel/live/LivePanel.tsx index 0e358275367..2567140735a 100755 --- a/public/app/plugins/panel/live/LivePanel.tsx +++ b/public/app/plugins/panel/live/LivePanel.tsx @@ -19,7 +19,7 @@ import { TablePanel } from '../table/TablePanel'; import { LivePanelOptions, MessageDisplayMode } from './types'; import { config, getGrafanaLiveSrv, MeasurementCollector } from '@grafana/runtime'; import { css, cx } from 'emotion'; -import CodeEditor from '@grafana/ui/src/components/Monaco/CodeEditor'; +import { CodeEditor } from '@grafana/ui'; interface Props extends PanelProps {}