remove itemsShown to transactionLinks.length in TransactionLinksSummary

This commit is contained in:
ogerly 2022-03-17 10:02:19 +01:00
parent 4eec006a49
commit 8a786d9fb4

View File

@ -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)