fix: temporarily remove star sorting criteria
Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
parent
5877201389
commit
90bf1c979b
@ -15,10 +15,10 @@ export const sortByCriteria = {
|
||||
value: 'ALPHABETIC_DSC',
|
||||
label: 'Alphabetical desc'
|
||||
},
|
||||
stars: {
|
||||
value: 'STARS',
|
||||
label: 'Most starred'
|
||||
},
|
||||
// stars: {
|
||||
// value: 'STARS',
|
||||
// label: 'Most starred'
|
||||
// },
|
||||
downloads: {
|
||||
value: 'DOWNLOADS',
|
||||
label: 'Most downloaded'
|
||||
|
Loading…
Reference in New Issue
Block a user