Fix do not display inactive profiles on home page

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-19 17:48:06 +04:00
parent f933482377
commit aca1b781e9
4 changed files with 43 additions and 32 deletions

View File

@@ -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) {