Skip to content

Commit

Permalink
affiliations: fix display value after saving form
Browse files Browse the repository at this point in the history
* Fixes a display issue where the selected affiliation value is not
  displayed on the form after saving/closing the creator modal.
  • Loading branch information
slint committed Nov 11, 2024
1 parent 8ccf8e5 commit cc0be2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const AffiliationsSuggestions = (creatibutors, isOrganization) => {
value: creatibutor.name,
extra: creatibutor,
key: creatibutor.name,
name: creatibutor.name,
id: creatibutor.id,
content: (
<Header>
Expand Down

0 comments on commit cc0be2a

Please sign in to comment.