1
0

Pagingation for tasks in kanban buckets (#419)

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/419
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-committed-by: konrad <konrad@kola-entertainments.de>
This commit is contained in:
konrad
2021-03-10 10:59:29 +00:00
parent 1f33477f57
commit f7d8095b5a
3 changed files with 110 additions and 8 deletions

View File

@ -22,8 +22,6 @@ export default {
text: err,
actions: actions,
})
context.loading = false
},
success(e, context, actions = []) {
// Build the notification text from error response
@ -41,7 +39,5 @@ export default {
actions: actions,
},
})
context.loading = false
},
}