mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AlertList: make sure we sort the alert list when displayed in "recent state changes" mode. (#35544)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user