Console.log replaced by toasted

This commit is contained in:
elweyn 2021-12-22 08:25:40 +01:00
parent 13642133c1
commit c53db1e255

View File

@ -33,6 +33,7 @@ export default {
this.items = result.data.transactionList.transactions
})
.catch((error) => {
this.$toasted.global.error('Error while searching the creations', error)
// eslint-disable-next-line no-console
console.log('Something went wrong', error)
})