Skip to content

Commit

Permalink
fix registries index page query param when transition to search page
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius committed Aug 18, 2023
1 parent e690ab7 commit 3d02c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/registries/addon/index/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class Index extends Controller {
this.router.transitionTo('search', {
queryParams: {
q: query,
resourceType: 'osf:Registration',
resourceType: 'Registration,RegistrationComponent',
},
});
}
Expand Down

0 comments on commit 3d02c99

Please sign in to comment.