Explorar el Código

create-annotations: fix missing lodash import

Alexander Zobnin hace 8 años
padre
commit
5df82be290
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {MetricsPanelCtrl} from 'app/plugins/sdk';
 import {AnnotationEvent} from './event';