mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build fix
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user