Commit c258ee86 by Marcus Andersson Committed by GitHub

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

parent d61e1e7b
......@@ -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<LivePanelOptions> {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment