Fix bad type for spellCheck attribute (#23638)

local
Christian Schmidt 1 year ago committed by GitHub
parent 2e93886537
commit cde13349cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/javascript/mastodon/components/autosuggest_input.js

@ -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…
Cancel
Save