fix prop name
This commit is contained in:
parent
c34d15a489
commit
4640eb9494
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class App extends Component {
|
|||
placeholder='Add a todo item'
|
||||
name='name'
|
||||
ref={el => this.inputElement = el}
|
||||
autocomplete='off'
|
||||
autoComplete='off'
|
||||
style={{marginRight: 20}}
|
||||
/>
|
||||
<button className='todo-create-button'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue