diff --git a/public/pages/Alerts/containers/Alerts/Alerts.tsx b/public/pages/Alerts/containers/Alerts/Alerts.tsx index e2f4fa24..2b12c5e8 100644 --- a/public/pages/Alerts/containers/Alerts/Alerts.tsx +++ b/public/pages/Alerts/containers/Alerts/Alerts.tsx @@ -524,7 +524,7 @@ export class Alerts extends Component { this.setState({ correlationAlerts: [] }); } } catch (e: any) { - errorNotificationToast(notifications, 'retrieve', 'correlationAlerts', e); + errorNotificationToast(notifications, 'retrieve', 'correlationAlerts', e); } this.filterCorrelationAlerts(); this.setState({ loading: false });