mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Toast should only send the error message.
This commit is contained in:
parent
2bec8f3f90
commit
7526398991
@ -33,7 +33,7 @@ export default {
|
|||||||
this.items = result.data.transactionList.transactions
|
this.items = result.data.transactionList.transactions
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
this.$toasted.global.error('Error while searching the creations', error)
|
this.$toasted.global.error(error.message)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user