mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
Also set sort order when filter by Boosts in Catch-up
This commit is contained in:
parent
9bf50615cb
commit
3be53f1ff9
1 changed files with 1 additions and 0 deletions
|
@ -1259,6 +1259,7 @@ function Catchup() {
|
|||
setSelectedFilterCategory(label);
|
||||
if (label === 'Boosts') {
|
||||
setSortBy('reblogsCount');
|
||||
setSortOrder('desc');
|
||||
setGroupBy(null);
|
||||
}
|
||||
// setSelectedAuthor(null);
|
||||
|
|
Loading…
Add table
Reference in a new issue