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') {
|
||||
return {
|
||||
name: 'showListWithType',
|
||||
name: 'list.' + type,
|
||||
params: {
|
||||
type: type
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue