mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:12:20 +08:00
fix: alert list panel now works correctly after adding manual annotation on dashboard, fixes #9951
This commit is contained in:
@ -22,6 +22,7 @@ func GetAnnotations(c *middleware.Context) Response {
|
||||
PanelId: c.QueryInt64("panelId"),
|
||||
Limit: c.QueryInt64("limit"),
|
||||
Tags: c.QueryStrings("tags"),
|
||||
Type: c.Query("type"),
|
||||
}
|
||||
|
||||
repo := annotations.GetRepository()
|
||||
|
Reference in New Issue
Block a user