diff --git a/public/app/plugins/panel/gauge/Thresholds.tsx b/public/app/plugins/panel/gauge/Thresholds.tsx index e84247dc64e..87fda041dc8 100644 --- a/public/app/plugins/panel/gauge/Thresholds.tsx +++ b/public/app/plugins/panel/gauge/Thresholds.tsx @@ -119,7 +119,7 @@ export default class Thresholds extends PureComponent this.onChangeThresholdValue(event, thresholds[1])} value={thresholds[1].value} /> -
{thresholds[0].label}
+
{thresholds[1].label}
, ]; @@ -162,7 +162,7 @@ export default class Thresholds extends PureComponent