Commit 942de549 by utkarshcmu

Fixed alert message typo

parent d1d7c240
...@@ -104,7 +104,7 @@ func (e *DashAlertExtractor) GetAlerts() ([]*m.Alert, error) { ...@@ -104,7 +104,7 @@ func (e *DashAlertExtractor) GetAlerts() ([]*m.Alert, error) {
panelQuery := findPanelQueryByRefId(panel, queryRefId) panelQuery := findPanelQueryByRefId(panel, queryRefId)
if panelQuery == nil { if panelQuery == nil {
return nil, ValidationError{Reason: "Alert refes to query that cannot be found"} return nil, ValidationError{Reason: "Alert refers to query that cannot be found"}
} }
dsName := "" dsName := ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment