Skip to content

Commit

Permalink
Fix funder column propertyPathKey
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Jan 6, 2025
1 parent bf8ab2c commit d54a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/institutions/dashboard/registrations/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default class InstitutionDashboardRegistrations extends Controller {
}
return searchResult.funders.map((funder: { name: string }) => funder.name).join(', ');
},
propertyPathKey: 'funders.name',
propertyPathKey: 'funder.name',
},
{ // schema
name: this.intl.t('institutions.dashboard.object-list.table-headers.registration_schema'),
Expand Down

0 comments on commit d54a71d

Please sign in to comment.