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 05:01:59 -05:00 committed by GitHub
parent 4044cc9aeb
commit 787a862fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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