mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Graph: Fixes threshold handles now showing up for graph thresholds (#33600)
This commit is contained in:
@@ -87,7 +87,8 @@ export class ThresholdManager {
|
||||
|
||||
renderHandle(handleIndex: number, defaultHandleTopPos: number) {
|
||||
const model = this.thresholds[handleIndex];
|
||||
if (!model.visible) {
|
||||
// alerting defines
|
||||
if (!model.visible && (this.panelCtrl as any).alert) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user