mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-11 23:56:55 +01:00
Fix bad type for spellCheck attribute (#23638)
This commit is contained in:
parent
2e93886537
commit
cde13349cb
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default class AutosuggestInput extends ImmutablePureComponent {
|
|||
searchTokens: PropTypes.arrayOf(PropTypes.string),
|
||||
maxLength: PropTypes.number,
|
||||
lang: PropTypes.string,
|
||||
spellCheck: PropTypes.string,
|
||||
spellCheck: PropTypes.bool,
|
||||
};
|
||||
|
||||
static defaultProps = {
|
||||
|
|
Loading…
Reference in a new issue