diff --git a/admin/src/components/CreationTransactionListFormular.vue b/admin/src/components/CreationTransactionListFormular.vue index 350af6c48..c9901c49e 100644 --- a/admin/src/components/CreationTransactionListFormular.vue +++ b/admin/src/components/CreationTransactionListFormular.vue @@ -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) })