diff --git a/public/app/plugins/panel/gauge/Thresholds.tsx b/public/app/plugins/panel/gauge/Thresholds.tsx index b5a929f4811..4351acc0f84 100644 --- a/public/app/plugins/panel/gauge/Thresholds.tsx +++ b/public/app/plugins/panel/gauge/Thresholds.tsx @@ -166,18 +166,14 @@ export default class Thresholds extends PureComponent height: '50%', backgroundColor: t.color, }} - > - {t.index} - + />
this.onAddThreshold(t.index)} style={{ height: '50%', backgroundColor: t.color, }} - > - {t.index} -
+ /> ); });