From 787a862fda5c80b31c613666e1ebfc16097158df Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 29 Nov 2021 05:01:59 -0500 Subject: [PATCH] Alerting: Fix refresh on legacy Alert List panel (#42322) (#42419) (cherry picked from commit cb7e047c68b16a78ad18c8f115e67e7d18734a9e) Co-authored-by: Peter Holmberg --- public/app/plugins/panel/alertlist/AlertList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/panel/alertlist/AlertList.tsx b/public/app/plugins/panel/alertlist/AlertList.tsx index 43f0750127b..7cef2903a79 100644 --- a/public/app/plugins/panel/alertlist/AlertList.tsx +++ b/public/app/plugins/panel/alertlist/AlertList.tsx @@ -78,6 +78,7 @@ export function AlertList(props: PanelProps) { props.options.folderId, props.options.alertName, props.options.sortOrder, + props.timeRange, ]); const recentStateChanges = useAsync(async () => {