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 () => {