mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
AlertList: make sure we sort the alert list when displayed in "recent state changes" mode. (#35544)
This commit is contained in:
parent
07a970a50f
commit
5ac2a7cca6
@ -128,6 +128,7 @@ export function AlertList(props: PanelProps<AlertListOptions>) {
|
||||
props.options.stateFilter.paused,
|
||||
props.options.stateFilter.pending,
|
||||
props.options.dashboardAlerts,
|
||||
props.options.sortOrder,
|
||||
]);
|
||||
|
||||
const styles = useStyles(getStyles);
|
||||
|
Loading…
Reference in New Issue
Block a user