Change communtities filters ids

This commit is contained in:
Konstantinos Triantafyllou 2021-11-03 21:08:16 +02:00
parent 02efeb4038
commit 104c54a3e8
1 changed files with 1 additions and 1 deletions

View File

@ -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"];