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 d25d9c2 commit 922b805Copy full SHA for 922b805
src/projects/list/components/Projects/ProjectListProjectColHeader.jsx
@@ -3,10 +3,10 @@ import _ from 'lodash'
3
import { Dropdown, DropdownItem } from 'appirio-tech-react-components'
4
5
const options = [
6
+ { val: 'best match', label: 'Best Match' },
7
{ val: 'createdAt desc', label: 'Latest first' },
8
{ val: 'createdAt', label: 'Oldest first' },
- { val: 'name', label: 'Name A-Z' },
9
- { val: 'best match', label: 'Best Match' }
+ { val: 'name', label: 'Name A-Z' }
10
]
11
12
const ProjectListProjectColHeader = ({currentSortField, sortHandler}) => {
0 commit comments