From 1abb698c3fccbcf331e00d417c0296222cdf4efa Mon Sep 17 00:00:00 2001 From: ayush-chauhan233 Date: Thu, 26 Dec 2024 19:13:28 +0530 Subject: [PATCH] [MA-43]: Updated the input grouping in notification setting tab --- .../notifications/user_settings_notifications.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx b/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx index 4a7ee5de57bc..1276b647f34d 100644 --- a/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx +++ b/webapp/channels/src/components/user_settings/notifications/user_settings_notifications.tsx @@ -621,7 +621,16 @@ class NotificationsTab extends React.PureComponent { expandedSection = ( + + {this.props.intl.formatMessage({id: 'user.settings.notifications.keywordsWithNotification.title', defaultMessage: 'Keywords that trigger notifications'})} + +
+ {inputs} +
+ + } submit={this.handleSubmit} saving={this.state.isSaving} serverError={serverError}