Skip to content

Commit a143374

Browse files
committed
Update the challenge id string for product phase details.challengeId to details.challengeGuide
1 parent 9de55bb commit a143374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export const CANCEL_REASONS = [
260260
export const GENERIC_PROJECT_MILESTONE_PRODUCT_TYPE = 'generic-product'
261261
export const GENERIC_PROJECT_MILESTONE_PRODUCT_NAME = 'Generic Product'
262262
export const PHASE_PRODUCT_TEMPLATE_ID = 67
263-
export const PHASE_PRODUCT_CHALLENGE_ID_FIELD = 'details.challenge'
263+
export const PHASE_PRODUCT_CHALLENGE_ID_FIELD = 'details.challengeGuid'
264264

265265
/*
266266
* Possible statuses of project milestones

0 commit comments

Comments
 (0)