Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const CHALLENGE_TYPES_WITH_MULTIPLE_PRIZES = [
},
] as const

export const DEFAULT_NDA_UUID = 'e5811a7b-43d1-407a-a064-69e5015b4900'
export const DEFAULT_NDA_UUID = 'c41e90e5-4d0e-4811-bd09-38ff72674490'

export const DEFAULT_STANDARD_TERMS_UUID = process.env.REACT_APP_DEFAULT_STANDARD_TERMS_UUID
|| process.env.DEFAULT_STANDARD_TERMS_UUID
Expand Down
2 changes: 1 addition & 1 deletion src/config/environments/prod.env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const TERMS_URL = 'https://www.topcoder.com/challenges/terms/detail/564a9
export const NDA_TERMS_URL = 'https://www.topcoder.com/challenges/terms/detail/c41e90e5-4d0e-4811-bd09-38ff72674490'
export const NDA_DOCUSIGN_TEMPLATE_ID = getReactEnv<string>(
'NDA_DOCUSIGN_TEMPLATE_ID',
'00c3be8d-4b81-4dc3-a888-d6f07e69c70f',
'8b101e82-87c0-42c9-8440-d922749c4076',
)

export const VANILLA_FORUM = {
Expand Down
Loading