mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Fix default prop [ci skip]
This commit is contained in:
parent
e711969e3b
commit
3379ebcaa4
|
@ -38,6 +38,7 @@ const Search = ({ id, placeholder, settings }) => {
|
|||
Search.defaultProps = {
|
||||
id: 'docsearch',
|
||||
placeholder: 'Search docs',
|
||||
settings: {},
|
||||
}
|
||||
|
||||
Search.propTypes = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user