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