Fix pagination for tasks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2020-04-27 21:05:53 +02:00
parent 229999546c
commit fb64aeb2d4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export default {
},
getRouteForPagination(page = 1, type = 'list') {
return {
name: 'showListWithType',
name: 'list.' + type,
params: {
type: type
},