[Glitch] Fix bad type for spellCheck attribute
Port 2c8bb9a76a to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									0bf3bbf662
								
							
						
					
					
						commit
						eb3d03a52a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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…
	
		Reference in a new issue