Skip to content

Commit

Permalink
Merge pull request #97 from Bishma/92_Add-scaled-sort
Browse files Browse the repository at this point in the history
feat issue: Feature Request: Add 'scaled' option to sort options #92
  • Loading branch information
sheodox authored Mar 4, 2024
2 parents 2987fd8 + 7e9f783 commit 91cf573
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/feed-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ export const PostSortOptions = [
value: 'Active',
label: 'Active'
},
{
value: 'Scaled',
label: 'Scaled'
},
{
value: 'New',
label: 'New'
Expand Down

0 comments on commit 91cf573

Please sign in to comment.