Merge pull request #55 from algolia/fix/debug-mode
fix(debut): do not enable debug by default
This commit is contained in:
commit
2cea43f8b6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class DocSearch {
|
|||
hitsPerPage: 5
|
||||
},
|
||||
autocompleteOptions = {
|
||||
debug: true,
|
||||
debug: false,
|
||||
hint: false
|
||||
}
|
||||
}) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue