From f844565683952d6ee4233c50a67d3ce113557667 Mon Sep 17 00:00:00 2001 From: Riya Saxena Date: Mon, 1 Jul 2024 09:52:28 -0700 Subject: [PATCH] bug fix correlationAlerts --- public/pages/Alerts/containers/Alerts/Alerts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });