From 104c54a3e861d65817aac59c56640457664eeaab Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 3 Nov 2021 21:08:16 +0200 Subject: [PATCH] Change communtities filters ids --- utils/properties/searchFields.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/properties/searchFields.ts b/utils/properties/searchFields.ts index f726d23a..06a7ce50 100644 --- a/utils/properties/searchFields.ts +++ b/utils/properties/searchFields.ts @@ -626,7 +626,7 @@ export class SearchFields { id: "or" }, {name: "NOT", id: "not"}]; - public COMMUNITIES_SEARCH_FIELDS: string[] = ["type", "status", "role"]; + public COMMUNITIES_SEARCH_FIELDS: string[] = ["type", "access", "role"]; public STAKEHOLDER_SEARCH_FIELDS: string[] = ["type", "access", "role"];