Merge pull request #1187 from plxity/add-limit-input

Added limit in file name
This commit is contained in:
Cassie Tarakajian 2019-10-08 17:58:36 -04:00 committed by GitHub
commit 4d9c7d6a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ class Toolbar extends React.Component {
</a> </a>
<input <input
type="text" type="text"
maxLength="256" maxLength="128"
className="toolbar__project-name-input" className="toolbar__project-name-input"
value={this.props.project.name} value={this.props.project.name}
onChange={this.handleProjectNameChange} onChange={this.handleProjectNameChange}