Kaynağa Gözat

create-annotations: fix missing lodash import

Alexander Zobnin 8 yıl önce
ebeveyn
işleme
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';