remove unused method

This commit is contained in:
Moriz Wahl 2021-10-22 08:38:54 +02:00
parent e3d99864da
commit abfe2862b4

View File

@ -117,9 +117,6 @@ export default {
onReset() {
this.currentTransactionStep = 0
},
updateTransactions(pagination) {
this.$emit('update-transactions', pagination)
},
},
}
</script>