You've already forked AstralRinth
forked from didirus/AstralRinth
stringify errors
This commit is contained in:
@@ -204,7 +204,7 @@
|
|||||||
<template #description>
|
<template #description>
|
||||||
{{
|
{{
|
||||||
formatMessage(failedToBuildBannerMessages.description, {
|
formatMessage(failedToBuildBannerMessages.description, {
|
||||||
errors: generatedStateErrors,
|
errors: JSON.stringify(generatedStateErrors),
|
||||||
url: config.public.apiBaseUrl,
|
url: config.public.apiBaseUrl,
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user