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 a6c2138 commit a795778Copy full SHA for a795778
src/shared/components/challenge-detail/Header/TabSelector/index.jsx
@@ -86,8 +86,8 @@ export default function ChallengeViewSelector(props) {
86
{ field: 'Final Score', sort: 'asc', name: 'Final Score: Low to High' },
87
{ field: 'Provisional Score', sort: 'desc', name: 'Provisional Score: High to Low' },
88
{ field: 'Provisional Score', sort: 'asc', name: 'Provisional Score: Low to High' },
89
- { field: 'Submission Date', sort: 'desc', name: 'Submission Date: New to Old' },
90
- { field: 'Submission Date', sort: 'asc', name: 'Submission Date: Old to New' },
+ { field: 'Time', sort: 'desc', name: 'Submission Date: New to Old' },
+ { field: 'Time', sort: 'asc', name: 'Submission Date: Old to New' },
91
];
92
93
const MySubmissionsSortOptions = [
0 commit comments