From c53db1e255861a3c7e2d3c28ec66ddc48a5ca06d Mon Sep 17 00:00:00 2001 From: elweyn Date: Wed, 22 Dec 2021 08:25:40 +0100 Subject: [PATCH] Console.log replaced by toasted --- admin/src/components/CreationTransactionListFormular.vue | 1 + 1 file changed, 1 insertion(+) 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) })