mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove itemsShown to transactionLinks.length in TransactionLinksSummary
This commit is contained in:
parent
4eec006a49
commit
8a786d9fb4
@ -76,7 +76,6 @@ export default {
|
||||
currentPage: 1,
|
||||
pending: false,
|
||||
pageSize: 5,
|
||||
itemsShown: 0,
|
||||
},
|
||||
}
|
||||
},
|
||||
@ -99,7 +98,6 @@ export default {
|
||||
this.transactionLinks = [...this.transactionLinks, ...result.data.listTransactionLinks]
|
||||
this.$emit('update-transactions')
|
||||
this.variables.pending = false
|
||||
this.variables.itemsShown = this.transactionLinks.length
|
||||
})
|
||||
.catch((err) => {
|
||||
this.toastError(err.message)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user