Skip to content

Commit

Permalink
affiliations: update value property to use id
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 authored and slint committed Jan 15, 2025
1 parent c16f28d commit 0eb99f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const AffiliationsSuggestions = (creatibutors, isOrganization) => {

return {
text: creatibutor.name,
value: creatibutor.name,
value: creatibutor.id || creatibutor.name,
name: creatibutor.name,
extra: creatibutor,
id: creatibutor.id,
Expand Down

0 comments on commit 0eb99f1

Please sign in to comment.