mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Fix refresh on legacy Alert List panel (#42322)
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user