mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
Live: updated the reference to use lazy loaded Monaco in code editor. (#28597)
This commit is contained in:
parent
d61e1e7b23
commit
c258ee86eb
@ -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> {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user