From f1f923abb9b60a28b5cafda99f8ad35f8183f3d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 26 Oct 2016 14:31:47 +0200 Subject: [PATCH] build fix --- public/app/plugins/datasource/graphite/query_ctrl.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/datasource/graphite/query_ctrl.ts b/public/app/plugins/datasource/graphite/query_ctrl.ts index bd7e4312bc6..30f17554d2b 100644 --- a/public/app/plugins/datasource/graphite/query_ctrl.ts +++ b/public/app/plugins/datasource/graphite/query_ctrl.ts @@ -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]);