Skip to content

Commit 8657b40

Browse files
Akshat SinghAkshat Singh
authored andcommitted
Fix
1 parent be12fdd commit 8657b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/js/controllers/challengeCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@
18561856
vm.stopLoader();
18571857
}
18581858
};
1859-
vm.allSubmissionPhaseName = phaseSlug; // Use the slug for the name
1859+
vm.allSubmissionPhaseName = phaseSlug;
18601860
vm.stopLoader();
18611861
},
18621862
onError: function (response) {

0 commit comments

Comments
 (0)