1
0

Fix pagination for tasks

This commit is contained in:
kolaente
2020-04-27 21:05:53 +02:00
parent 229999546c
commit fb64aeb2d4

View File

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