mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
MetricSegment: Fix metric segment UI crash in prod builds (#21053)
This commit is contained in:
@@ -186,6 +186,7 @@ export function metricSegment($compile: any, $sce: any, templateSrv: TemplateSrv
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
export function metricSegmentModel(uiSegmentSrv: any) {
|
export function metricSegmentModel(uiSegmentSrv: any) {
|
||||||
return {
|
return {
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user