Fix pagination for tasks
This commit is contained in:
parent
229999546c
commit
fb64aeb2d4
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user