💚 Fix error message invalid type
This commit is contained in:
@@ -86,7 +86,10 @@ export const SmtpCreateModalContent = ({
|
|||||||
showToast({
|
showToast({
|
||||||
title: 'Invalid configuration',
|
title: 'Invalid configuration',
|
||||||
description: "We couldn't send the test email with your configuration",
|
description: "We couldn't send the test email with your configuration",
|
||||||
details: testSmtpError,
|
details: {
|
||||||
|
content: testSmtpError.message,
|
||||||
|
lang: 'json',
|
||||||
|
},
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user