Fix pagination for tasks
This commit is contained in:
parent
229999546c
commit
fb64aeb2d4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue