fix bug with new enum names
This commit is contained in:
parent
a2a6c15808
commit
f0dfd68928
@ -122,19 +122,19 @@ export default function Sidebar(props : SidebarProps) {
|
|||||||
|
|
||||||
const sortingOptions = [
|
const sortingOptions = [
|
||||||
{
|
{
|
||||||
value: 'rating-desc',
|
value: 'RatingDescending',
|
||||||
name: 'Rating (descending)'
|
name: 'Rating (descending)'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'rating-asc',
|
value: 'RatingAscending',
|
||||||
name: 'Rating (ascending)'
|
name: 'Rating (ascending)'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'alphabet-asc',
|
value: 'AlphabetAscending',
|
||||||
name: 'Alphabetical (ascending)'
|
name: 'Alphabetical (ascending)'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: 'alphabet-desc',
|
value: 'AlphabetDescending',
|
||||||
name: 'Alphabetical (descending)'
|
name: 'Alphabetical (descending)'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user