fix no result page
This commit is contained in:
parent
7a6b36725e
commit
60db4ed729
1 changed files with 2 additions and 1 deletions
|
|
@ -76,7 +76,8 @@ class DocSearch {
|
|||
source: this.getAutocompleteSource(transformData),
|
||||
templates: {
|
||||
suggestion: DocSearch.getSuggestionTemplate(this.isSimpleLayout),
|
||||
footer: templates.footer
|
||||
footer: templates.footer,
|
||||
empty: DocSearch.getEmptyTemplate()
|
||||
}
|
||||
}]);
|
||||
this.autocomplete.on(
|
||||
|
|
|
|||
Loading…
Reference in a new issue