forked from potsda.mn/mobilizon
Merge branch 'fix-tags-event-pagination' into 'master'
Fix events pagination on tags page Closes #840 et #841 See merge request framasoft/mobilizon!1046
This commit is contained in:
commit
1ac2990cda
|
@ -381,7 +381,7 @@ export default class Search extends Vue {
|
|||
|
||||
set eventPage(page: number) {
|
||||
this.$router.push({
|
||||
name: RouteName.SEARCH,
|
||||
name: this.$route.name || RouteName.SEARCH,
|
||||
query: { ...this.$route.query, eventPage: page.toString() },
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue