Fix non-custom search widget show suggestions fallback
This commit is contained in:
parent
ef25756534
commit
31ca40393a
@ -215,6 +215,8 @@ function Home({ initialSettings }) {
|
||||
} else {
|
||||
searchProvider = searchProviders[searchWidget.options?.provider];
|
||||
}
|
||||
// to pass to quicklaunch
|
||||
searchProvider.showSearchSuggestions = searchWidget.options?.showSearchSuggestions;
|
||||
}
|
||||
const headerStyle = settings?.headerStyle || "underlined";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user