fix(debut): do not enable debug by default
This commit is contained in:
parent
90f054d893
commit
188f49e863
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class DocSearch {
|
||||||
hitsPerPage: 5
|
hitsPerPage: 5
|
||||||
},
|
},
|
||||||
autocompleteOptions = {
|
autocompleteOptions = {
|
||||||
debug: true,
|
debug: false,
|
||||||
hint: false
|
hint: false
|
||||||
}
|
}
|
||||||
}) {
|
}) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue