Fix console org dropdown query

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-19 18:37:08 +04:00
parent 663f4c9048
commit be039176b2
2 changed files with 14 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ export const membershipsDropdownMenuQuery = graphql`
profiles(
first: 1000
orderBy: { direction: ASC, field: ORGANIZATION_NAME }
filter: { state: ACTIVE }
) @required(action: THROW) {
edges @required(action: THROW) {
node @required(action: THROW) {