We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2088422 commit 338b37eCopy full SHA for 338b37e
utils/api/configurations.js
@@ -85,7 +85,7 @@ export const configureErrors = (errors) => {
85
.filter(error => error && Object.keys(error).length)
86
.map(error => ({
87
...error,
88
- message: `${error.message} (${error.response?.data?.message})`,
+ message: `${error.message} (${error.response?.data?.message || ''})`,
89
}))
90
let body = []
91
let title = ''
0 commit comments