Skip to content

Commit 7de7189

Browse files
authored
Fix growthPlan hydration with link shape (#3320)
Missed in 7652fa1
1 parent a508e04 commit 7de7189

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/engagement/engagement.repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export class EngagementRepository extends CommonRepository {
185185
},
186186
language: 'language { .id }',
187187
pnp: { id: 'props.pnp' },
188+
growthPlan: { id: 'props.growthPlan' },
188189
ceremony: 'ceremony { .id }',
189190
intern: 'intern { .id }',
190191
countryOfOrigin: 'countryOfOrigin { .id }',

0 commit comments

Comments
 (0)