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 committed Dec 9, 2024
1 parent 39cc7b5 commit e931e13
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 e931e13

Please sign in to comment.