Fix more react warnings & fix saving theme (#4667)
Этот коммит содержится в:
коммит произвёл
Christopher Speller
родитель
02d581c159
Коммит
702c4cb121
@@ -885,7 +885,7 @@ export default class NotificationsTab extends React.Component {
|
||||
<EmailNotificationSetting
|
||||
activeSection={this.props.activeSection}
|
||||
updateSection={this.props.updateSection}
|
||||
enableEmail={this.state.enableEmail}
|
||||
enableEmail={this.state.enableEmail === 'true'}
|
||||
onChange={this.handleEmailRadio}
|
||||
onSubmit={this.handleSubmit}
|
||||
serverError={this.state.serverError}
|
||||
|
||||
Ссылка в новой задаче
Block a user