fix: temporarily remove star sorting criteria

Signed-off-by: Raul Kele <raulkeleblk@gmail.com>
This commit is contained in:
Raul Kele 2022-10-27 09:48:21 +03:00
parent 5877201389
commit 90bf1c979b

View File

@ -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'