forked from potsda.mn/mobilizon
Fix events pagination on tags page
Not a perfect fix because of a blinking issue, but works properly Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5cf962fd8f
commit
846a4c376a
|
@ -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