fix: alert list panel now works correctly after adding manual annotation on dashboard, fixes #9951
(cherry picked from commit 0d12b37dfd)
This commit is contained in:
@@ -21,6 +21,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