From effe01881310076071723ddc14d951de282c037e Mon Sep 17 00:00:00 2001 From: ayush-chauhan233 Date: Tue, 28 Jan 2025 12:45:51 +0530 Subject: [PATCH] [MA-43]: Updated the input grouping in notification setting tab (#29724) --- .../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 c5d8a09417..ad93c5269d 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}