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 136384c commit be12fddCopy full SHA for be12fdd
frontend/src/js/controllers/challengeCtrl.js
@@ -1779,7 +1779,6 @@
1779
vm.currentPage = '';
1780
vm.showPagination = false;
1781
1782
- // Use the slug in the URL because the backend expects it.
1783
if (vm.filter_all_submission_by_team_name === '') {
1784
parameters.url = "challenges/" + vm.challengeId + "/challenge_phase/" + "v2/" +
1785
vm.allSubmissionPhaseSlug + "/submissions";
0 commit comments