2
0

💚 Fix error message invalid type

This commit is contained in:
Baptiste Arnaud
2024-07-29 11:30:59 +02:00
parent 91de79b502
commit 77daab8a5f

View File

@ -86,7 +86,10 @@ export const SmtpCreateModalContent = ({
showToast({
title: 'Invalid configuration',
description: "We couldn't send the test email with your configuration",
details: testSmtpError,
details: {
content: testSmtpError.message,
lang: 'json',
},
})
return
}