mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix infinite scroll on the search results page
This commit is contained in:
@@ -142,7 +142,7 @@ export default {
|
||||
params: {
|
||||
nextpage: this.results.nextpage,
|
||||
q: this.$route.query.search_query,
|
||||
filter: this.selectedFilter
|
||||
filter: this.filterValue
|
||||
}
|
||||
}).then(json => {
|
||||
this.results.nextpage = json.nextpage
|
||||
|
||||
Reference in New Issue
Block a user