changes
This commit is contained in:
parent
560659e76a
commit
01e5c1f7bb
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue