Commit f1f923ab by Torkel Ödegaard

build fix

parent 113a772e
......@@ -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]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment