From 1889dd7694faad8264fc2805fc4b7617496b23ae Mon Sep 17 00:00:00 2001 From: nalin-patidar Date: Fri, 10 Jan 2025 16:20:27 +0530 Subject: [PATCH] fix(ui): TE-2609 simple alert create subscription group fix (#1733) --- .../alerts-create-easy-page.component.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdeye-ui/src/app/pages/alerts-create-page/alerts-create-easy-page/alerts-create-easy-page.component.tsx b/thirdeye-ui/src/app/pages/alerts-create-page/alerts-create-easy-page/alerts-create-easy-page.component.tsx index 7644fd8e65..e0a5f7a905 100644 --- a/thirdeye-ui/src/app/pages/alerts-create-page/alerts-create-easy-page/alerts-create-easy-page.component.tsx +++ b/thirdeye-ui/src/app/pages/alerts-create-page/alerts-create-easy-page/alerts-create-easy-page.component.tsx @@ -897,7 +897,7 @@ export const AlertsCreateEasyPage: FunctionComponent = () => { onAlertPropertyChange(workingAlert); }; - const NotificationView = (): JSX.Element => { + const notificationView = (): JSX.Element => { return ( @@ -2118,7 +2118,7 @@ export const AlertsCreateEasyPage: FunctionComponent = () => { marginTop={2} width="100%" > - + {notificationView()} )}