mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-11 01:12:12 -05:00
Fix bad type for spellCheck attribute (#23638)
This commit is contained in:
parent
2e93886537
commit
cde13349cb
@ -51,7 +51,7 @@ export default class AutosuggestInput extends ImmutablePureComponent {
|
|||||||
searchTokens: PropTypes.arrayOf(PropTypes.string),
|
searchTokens: PropTypes.arrayOf(PropTypes.string),
|
||||||
maxLength: PropTypes.number,
|
maxLength: PropTypes.number,
|
||||||
lang: PropTypes.string,
|
lang: PropTypes.string,
|
||||||
spellCheck: PropTypes.string,
|
spellCheck: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
static defaultProps = {
|
static defaultProps = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user