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',
|
value: 'ALPHABETIC_DSC',
|
||||||
label: 'Alphabetical desc'
|
label: 'Alphabetical desc'
|
||||||
},
|
},
|
||||||
stars: {
|
// stars: {
|
||||||
value: 'STARS',
|
// value: 'STARS',
|
||||||
label: 'Most starred'
|
// label: 'Most starred'
|
||||||
},
|
// },
|
||||||
downloads: {
|
downloads: {
|
||||||
value: 'DOWNLOADS',
|
value: 'DOWNLOADS',
|
||||||
label: 'Most downloaded'
|
label: 'Most downloaded'
|
||||||
|
Loading…
Reference in New Issue
Block a user