Skip to content

Commit

Permalink
bug fix correlationAlerts
Browse files Browse the repository at this point in the history
  • Loading branch information
riysaxen-amzn committed Jul 1, 2024
1 parent db5ecc3 commit f844565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/pages/Alerts/containers/Alerts/Alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ export class Alerts extends Component<AlertsProps, AlertsState> {
this.setState({ correlationAlerts: [] });
}
} catch (e: any) {
errorNotificationToast(notifications, 'retrieve', 'correlationAlerts', e);
errorNotificationToast(notifications, 'retrieve', 'correlationAlerts', e);
}
this.filterCorrelationAlerts();
this.setState({ loading: false });
Expand Down

0 comments on commit f844565

Please sign in to comment.