Fixed EmailAuthenticationSettings mutating the stored config (#4743)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
d7ee335106
Коммит
e068c1d58e
@@ -272,7 +272,8 @@ export default class EmailSettings extends AdminSettings {
|
||||
disabled={!this.state.sendEmailNotifications}
|
||||
/>
|
||||
<EmailConnectionTest
|
||||
config={this.getConfigFromState(this.props.config)}
|
||||
config={this.props.config}
|
||||
getConfigFromState={this.getConfigFromState}
|
||||
disabled={!this.state.sendEmailNotifications}
|
||||
/>
|
||||
<BooleanSetting
|
||||
|
||||
Ссылка в новой задаче
Block a user