From cb7e047c68b16a78ad18c8f115e67e7d18734a9e Mon Sep 17 00:00:00 2001 From: Peter Holmberg Date: Mon, 29 Nov 2021 10:22:47 +0100 Subject: [PATCH] Alerting: Fix refresh on legacy Alert List panel (#42322) --- 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 () => {