Alerting: Fix refresh on legacy Alert List panel (#42322) (#42419)

(cherry picked from commit cb7e047c68)

Co-authored-by: Peter Holmberg <peterholmberg@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-11-29 11:01:59 +01:00
committed by GitHub
co-authored by Peter Holmberg
parent 4044cc9aeb
commit 787a862fda
@@ -78,6 +78,7 @@ export function AlertList(props: PanelProps<AlertListOptions>) {
props.options.folderId,
props.options.alertName,
props.options.sortOrder,
props.timeRange,
]);
const recentStateChanges = useAsync(async () => {