Procházet zdrojové kódy

create-annotations: fix missing lodash import

Alexander Zobnin před 8 roky
rodič
revize
5df82be290

+ 1 - 1
public/app/features/annotations/event_manager.ts

@@ -1,4 +1,4 @@
-
+import _ from 'lodash';
 import moment from 'moment';
 import {MetricsPanelCtrl} from 'app/plugins/sdk';
 import {AnnotationEvent} from './event';