mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Console.log replaced by toasted
This commit is contained in:
parent
13642133c1
commit
c53db1e255
@ -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)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user