PLT-2886 Added name properties to all radio buttons (#3112)
* Removed unused, deprecated system console page * Added name properties to all radio buttons * Removed unused english strings from admin console
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
6fecfcc7ca
Коммит
8a7e1b6dff
@@ -173,6 +173,7 @@ class AdvancedSettingsDisplay extends React.Component {
|
||||
<label>
|
||||
<input
|
||||
type='radio'
|
||||
name='sendOnCtrlEnter'
|
||||
checked={ctrlSendActive[0]}
|
||||
onChange={this.updateSetting.bind(this, 'send_on_ctrl_enter', 'true')}
|
||||
/>
|
||||
@@ -187,6 +188,7 @@ class AdvancedSettingsDisplay extends React.Component {
|
||||
<label>
|
||||
<input
|
||||
type='radio'
|
||||
name='sendOnCtrlEnter'
|
||||
checked={ctrlSendActive[1]}
|
||||
onChange={this.updateSetting.bind(this, 'send_on_ctrl_enter', 'false')}
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user