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'
|
placeholder='Add a todo item'
|
||||||
name='name'
|
name='name'
|
||||||
ref={el => this.inputElement = el}
|
ref={el => this.inputElement = el}
|
||||||
autocomplete='off'
|
autoComplete='off'
|
||||||
style={{marginRight: 20}}
|
style={{marginRight: 20}}
|
||||||
/>
|
/>
|
||||||
<button className='todo-create-button'>
|
<button className='todo-create-button'>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue