Skip to content

Commit

Permalink
Fix growthPlan hydration with link shape (#3320)
Browse files Browse the repository at this point in the history
Missed in 7652fa1
  • Loading branch information
CarsonF authored Oct 29, 2024
1 parent a508e04 commit 7de7189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/engagement/engagement.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class EngagementRepository extends CommonRepository {
},
language: 'language { .id }',
pnp: { id: 'props.pnp' },
growthPlan: { id: 'props.growthPlan' },
ceremony: 'ceremony { .id }',
intern: 'intern { .id }',
countryOfOrigin: 'countryOfOrigin { .id }',
Expand Down

0 comments on commit 7de7189

Please sign in to comment.