Skip to content

Commit

Permalink
feat issue Feature Request: Add 'scaled' option to sort options sheod…
Browse files Browse the repository at this point in the history
…ox#92

Added 'Scaled' to the PostSortOptions
  • Loading branch information
Bishma committed Mar 4, 2024
1 parent 2987fd8 commit 7e9f783
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 7e9f783

Please sign in to comment.