Skip to content

Commit

Permalink
fix(ui): TE-2609 simple alert create subscription group fix (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalin-patidar authored Jan 10, 2025
1 parent f2f0630 commit 1889dd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ export const AlertsCreateEasyPage: FunctionComponent = () => {
onAlertPropertyChange(workingAlert);
};

const NotificationView = (): JSX.Element => {
const notificationView = (): JSX.Element => {
return (
<Grid item xs={12}>
<PageContentsCardV1 className={classes.notificationContainer}>
Expand Down Expand Up @@ -2118,7 +2118,7 @@ export const AlertsCreateEasyPage: FunctionComponent = () => {
marginTop={2}
width="100%"
>
<NotificationView />
{notificationView()}
</Box>
</Grid>
)}
Expand Down

0 comments on commit 1889dd7

Please sign in to comment.