Fix infinite scroll on the search results page

This commit is contained in:
root
2022-07-25 04:04:16 +05:30
parent b4e851040a
commit eb7dda87cb
+1 -1
View File
@@ -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