[MA-43]: Updated the input grouping in notification setting tab (#29724)

Этот коммит содержится в:
ayush-chauhan233
2025-01-28 12:45:51 +05:30
коммит произвёл GitHub
родитель ed161f31be
Коммит effe018813

Просмотреть файл

@@ -621,7 +621,16 @@ class NotificationsTab extends React.PureComponent<Props, State> {
expandedSection = (
<SettingItemMax
title={this.props.intl.formatMessage({id: 'user.settings.notifications.keywordsWithNotification.title', defaultMessage: 'Keywords that trigger notifications'})}
inputs={inputs}
inputs={
<fieldset>
<legend className='hidden-label'>
{this.props.intl.formatMessage({id: 'user.settings.notifications.keywordsWithNotification.title', defaultMessage: 'Keywords that trigger notifications'})}
</legend>
<div>
{inputs}
</div>
</fieldset>
}
submit={this.handleSubmit}
saving={this.state.isSaving}
serverError={serverError}