We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b7d75 commit 67aa420Copy full SHA for 67aa420
src/services/ChallengeService.js
@@ -515,7 +515,7 @@ async function populateSettings (data) {
515
*/
516
async function getPhasesAndPopulate (data) {
517
_.each(data.phases, async p => {
518
- const phase = await phaseService.getPhase(p.id)
+ const phase = await phaseService.getPhase(p.phaseId)
519
p.name = phase.name
520
if (phase.description) {
521
p.description = phase.description
0 commit comments