From 9ddc866ec99c4e332088f2d1662570da0313f79c Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 14 Feb 2024 13:05:09 +0200 Subject: [PATCH] [develop | DONE | FIXED] Search communities: add missing attribute in method signature --- src/app/searchPages/communities/searchCommunities.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/searchPages/communities/searchCommunities.component.ts b/src/app/searchPages/communities/searchCommunities.component.ts index 125f76e..447eacf 100644 --- a/src/app/searchPages/communities/searchCommunities.component.ts +++ b/src/app/searchPages/communities/searchCommunities.component.ts @@ -97,7 +97,7 @@ export class SearchCommunitiesComponent { this.searchPage.refineFields = this.refineFields; this.searchLink = this.properties.searchLinkToCommunities; this.selectedFields = []; - this.searchPage.prepareSearchPage(this.fieldIds, this.selectedFields, this.refineFields, [], this.fieldIdsMap, null, params, "community", null); + this.searchPage.prepareSearchPage(this.fieldIds, this.selectedFields, this.refineFields, [],[], this.fieldIdsMap, null, params, "community", null); let queryParams = params; if (typeof document !== 'undefined') {