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:
@@ -17,6 +17,7 @@ type ItemQuery struct {
|
||||
DashboardId int64 `json:"dashboardId"`
|
||||
PanelId int64 `json:"panelId"`
|
||||
Tags []string `json:"tags"`
|
||||
Type string `json:"type"`
|
||||
|
||||
Limit int64 `json:"limit"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user