Toast should only send the error message.

This commit is contained in:
elweyn 2021-12-22 09:16:31 +01:00
parent 2bec8f3f90
commit 7526398991

View File

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