Fix only typo (#3035)
parent
2a77a4a352
commit
5d1f249685
|
@ -48,7 +48,7 @@ class AutosuggestTextarea extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
static defaultProps = {
|
||||
autoFucus: true
|
||||
autoFocus: true
|
||||
};
|
||||
|
||||
constructor (props, context) {
|
||||
|
|
Loading…
Reference in New Issue