Merge pull request #1187 from plxity/add-limit-input
Added limit in file name
This commit is contained in:
commit
4d9c7d6a1f
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Toolbar extends React.Component {
|
|||
</a>
|
||||
<input
|
||||
type="text"
|
||||
maxLength="256"
|
||||
maxLength="128"
|
||||
className="toolbar__project-name-input"
|
||||
value={this.props.project.name}
|
||||
onChange={this.handleProjectNameChange}
|
||||
|
|
Loading…
Reference in a new issue