mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 13:17:06 +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 = {
|
Search.defaultProps = {
|
||||||
id: 'docsearch',
|
id: 'docsearch',
|
||||||
placeholder: 'Search docs',
|
placeholder: 'Search docs',
|
||||||
|
settings: {},
|
||||||
}
|
}
|
||||||
|
|
||||||
Search.propTypes = {
|
Search.propTypes = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user