Change communtities filters ids
This commit is contained in:
parent
02efeb4038
commit
104c54a3e8
|
@ -626,7 +626,7 @@ export class SearchFields {
|
||||||
id: "or"
|
id: "or"
|
||||||
}, {name: "NOT", id: "not"}];
|
}, {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"];
|
public STAKEHOLDER_SEARCH_FIELDS: string[] = ["type", "access", "role"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue