mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: fix search on announcements category page (#32380)
Closes: [#32378](https://github.com/fleetdm/fleet/issues/32378) Changes: - Fixed the broken search widget on the /announcements page
This commit is contained in:
parent
3cd68be3a5
commit
399355bfad
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ parasails.registerPage('articles', {
|
|||
},
|
||||
|
||||
mounted: async function() {
|
||||
if(['Articles', 'Announcements', 'Guides', 'Releases'].includes(this.articleCategory)) {
|
||||
if(['Articles', 'News', 'Guides', 'Releases'].includes(this.articleCategory)) {
|
||||
if(this.algoliaPublicKey) {// Note: Docsearch will only be enabled if sails.config.custom.algoliaPublicKey is set. If the value is undefined, the handbook search will be disabled.
|
||||
docsearch({
|
||||
appId: 'NZXAYZXDGH',
|
||||
|
|
|
|||
Loading…
Reference in a new issue