.global.error to .error as global is not defined so far

This commit is contained in:
Moriz Wahl 2022-01-10 13:03:05 +01:00
parent 6a9d240170
commit 933275c367

View File

@ -33,7 +33,7 @@ export default {
this.items = result.data.transactionList.transactions
})
.catch((error) => {
this.$toasted.global.error(error.message)
this.$toasted.error(error.message)
})
},
},