Live: updated the reference to use lazy loaded Monaco in code editor. (#28597) (#28599)

(cherry picked from commit c258ee86eb)

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2020-10-28 07:59:22 -04:00
committed by GitHub
co-authored by Marcus Andersson
parent 1ff5718af9
commit 95a3c6a024
+1 -1
View File
@@ -19,7 +19,7 @@ import { TablePanel } from '../table/TablePanel';
import { LivePanelOptions, MessageDisplayMode } from './types'; import { LivePanelOptions, MessageDisplayMode } from './types';
import { config, getGrafanaLiveSrv, MeasurementCollector } from '@grafana/runtime'; import { config, getGrafanaLiveSrv, MeasurementCollector } from '@grafana/runtime';
import { css, cx } from 'emotion'; import { css, cx } from 'emotion';
import CodeEditor from '@grafana/ui/src/components/Monaco/CodeEditor'; import { CodeEditor } from '@grafana/ui';
interface Props extends PanelProps<LivePanelOptions> {} interface Props extends PanelProps<LivePanelOptions> {}