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

pull/28602/head
Marcus Andersson 5 years ago committed by GitHub
parent d61e1e7b23
commit c258ee86eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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<LivePanelOptions> {}

Loading…
Cancel
Save