mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 16:39:17 +02:00
Fixed some debouncing issues
This commit is contained in:
parent
e1817cc5c2
commit
0c5f151fc1
3 changed files with 5 additions and 4 deletions
|
@ -50,7 +50,8 @@ export default new Router({
|
|||
component: Favorites,
|
||||
props: (route) => ({
|
||||
defaultOrdering: route.query.ordering,
|
||||
defaultPage: route.query.page
|
||||
defaultPage: route.query.page,
|
||||
defaultPaginateBy: route.query.paginateBy
|
||||
})
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue