Merge pull request #1591 from rgarmsen2295/plt-1158

PLT-1158 Limit the 'Team Name' input field in Team Settings to 22 characters
This commit is contained in:
Joram Wilander
2015-12-03 08:16:52 -05:00

View File

@@ -437,6 +437,7 @@ export default class GeneralTab extends React.Component {
<input
className='form-control'
type='text'
maxLength='22'
onChange={this.updateName}
value={this.state.name}
/>