Skip to content

Commit c647ee6

Browse files
committed
Expose order of OrganizationReach
1 parent f98da5e commit c647ee6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/organization/dto/organization-reach.dto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const OrganizationReach = makeEnum({
99
name: 'OrganizationReach',
1010
description: 'The reach of the organization',
1111
values: ['Local', 'Regional', 'National', 'Global'],
12+
exposeOrder: true,
1213
});
1314

1415
@ObjectType({

0 commit comments

Comments
 (0)