[MA-43]: Updated the input grouping in notification setting tab (#29724)
Этот коммит содержится в:
коммит произвёл
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}
|
||||
|
||||
Ссылка в новой задаче
Block a user