Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Mar 14, 2022
2 parents f0ca19d + 2820d54 commit cbdce6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/people/person/personal-information/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class PeoplePersonPersonalInformationEditRoute extends Route {
}
let contact = {
position,
title: position.title,
title: computedPosition.title,
primaryContact: createValidatedChangeset(
primaryContact,
contactValidations
Expand Down

0 comments on commit cbdce6a

Please sign in to comment.