This commit is contained in:
plxity 2019-10-09 02:46:21 +05:30
parent 560659e76a
commit 01e5c1f7bb

View file

@ -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}