Skip to content

Commit

Permalink
Merge pull request #220 from cofacts/feature/new-articles-list-sortin…
Browse files Browse the repository at this point in the history
…g-option

Add new articles list sorting option
  • Loading branch information
MrOrz authored Feb 23, 2020
2 parents 6bc1bd1 + d1c0274 commit 7a326d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function SortInput({ orderBy = DEFAULT_ORDER_BY, onChange = () => {} }) {
onChange={e => onChange(e.target.value)}
>
<MenuItem value="lastRequestedAt">{t`Most recently asked`}</MenuItem>
<MenuItem value="lastRepliedAt">{t`Most recently replied`}</MenuItem>
<MenuItem value="replyRequestCount">{t`Most asked`}</MenuItem>
</TextField>
);
Expand Down

0 comments on commit 7a326d2

Please sign in to comment.