Merge pull request #1591 from rgarmsen2295/plt-1158
PLT-1158 Limit the 'Team Name' input field in Team Settings to 22 characters
Этот коммит содержится в:
@@ -437,6 +437,7 @@ export default class GeneralTab extends React.Component {
|
|||||||
<input
|
<input
|
||||||
className='form-control'
|
className='form-control'
|
||||||
type='text'
|
type='text'
|
||||||
|
maxLength='22'
|
||||||
onChange={this.updateName}
|
onChange={this.updateName}
|
||||||
value={this.state.name}
|
value={this.state.name}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user