Skip to content

Commit

Permalink
feat: update the query to filter programs by program type
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Apr 24, 2024
1 parent 959946c commit fe3f3dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ResourcePicker/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const programQuery = {
resource: 'programs',
params: {
fields: 'id,displayName',
filter: 'programType:eq:WITH_REGISTRATION',
paging: 'false',
},
},
Expand Down

0 comments on commit fe3f3dc

Please sign in to comment.