Fix maintaining the current page for the list view when navigating back from another page

This commit is contained in:
kolaente 2020-04-14 23:37:08 +02:00
parent cc02fc82fc
commit 588b87fb96
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 7 additions and 2 deletions

View file

@ -143,7 +143,6 @@
},
created() {
this.taskService = new TaskService()
this.initTasks(1)
},
methods: {
// This function initializes the tasks page and loads the first page of tasks