Fix do not display inactive profiles on home page
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -20,6 +20,7 @@ export const membershipsPageQuery = graphql`
|
||||
profiles(
|
||||
first: 1000
|
||||
orderBy: { direction: ASC, field: ORGANIZATION_NAME }
|
||||
filter: { state: ACTIVE }
|
||||
)
|
||||
@connection(key: "MembershipsPage_profiles")
|
||||
@required(action: THROW) {
|
||||
|
||||
Reference in New Issue
Block a user