build fix

This commit is contained in:
Torkel Ödegaard
2016-10-26 14:31:47 +02:00
parent 113a772e33
commit f1f923abb9

View File

@@ -176,7 +176,7 @@ export class GraphiteQueryCtrl extends QueryCtrl {
});
// add wildcard option
altSegments.unshift(this.uiSegmentSr.newSegment('*'));
altSegments.unshift(this.uiSegmentSrv.newSegment('*'));
return altSegments;
}).catch(err => {
appEvents.emit('alert-error', ['Error', err]);