mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user