mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
the backend returns an array of errors, we display the first
This commit is contained in:
parent
04affc5a7d
commit
d0dc8dc0fd
@ -134,7 +134,7 @@ export default {
|
||||
this.currentTransactionStep = TRANSACTION_STEPS.transactionResultSendSuccess
|
||||
})
|
||||
.catch((err) => {
|
||||
this.errorResult = err.message
|
||||
this.errorResult = err[0].message
|
||||
this.error = true
|
||||
this.currentTransactionStep = TRANSACTION_STEPS.transactionResultSendError
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user