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
@@ -214,6 +214,7 @@ export default class ThemeSetting extends React.Component {
|
||||
<label>
|
||||
<input
|
||||
type='radio'
|
||||
name='theme'
|
||||
checked={!displayCustom}
|
||||
onChange={this.updateType.bind(this, 'premade')}
|
||||
/>
|
||||
@@ -236,6 +237,7 @@ export default class ThemeSetting extends React.Component {
|
||||
<label>
|
||||
<input
|
||||
type='radio'
|
||||
name='theme'
|
||||
checked={displayCustom}
|
||||
onChange={this.updateType.bind(this, 'custom')}
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user