kopia lustrzana https://github.com/cheeaun/phanpy
Try set default sort and group when choosing Boosts
rodzic
808c6262d8
commit
4b2ec14dcd
|
@ -1257,6 +1257,10 @@ function Catchup() {
|
|||
}
|
||||
onChange={() => {
|
||||
setSelectedFilterCategory(label);
|
||||
if (label === 'Boosts') {
|
||||
setSortBy('reblogsCount');
|
||||
setGroupBy(null);
|
||||
}
|
||||
// setSelectedAuthor(null);
|
||||
}}
|
||||
/>
|
||||
|
|
Ładowanie…
Reference in New Issue