Ver Fonte

create-annotations: fix missing lodash import

Alexander Zobnin há 8 anos atrás
pai
commit
5df82be290
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      public/app/features/annotations/event_manager.ts

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

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