Merge branch 'develop' into spacy.io

This commit is contained in:
Ines Montani 2019-02-25 20:29:29 +01:00
commit 7d980391f4

View File

@ -38,6 +38,7 @@ const Search = ({ id, placeholder, settings }) => {
Search.defaultProps = {
id: 'docsearch',
placeholder: 'Search docs',
settings: {},
}
Search.propTypes = {