deleted unused code

This commit is contained in:
ogerly 2022-03-18 11:31:25 +01:00
parent 78637f50c5
commit 5feeb17230

View File

@ -133,9 +133,6 @@ export default {
})
.then((result) => {
if (result) this.redeemed = true
alert(result.data.redeemTransactionLink)
// this.toastSuccess(this.$t('gdd_per_link.deleted'))
// this.$emit('reset-transaction-link-list')
})
.catch((err) => {
this.toastError(err.message)