Skip to content

Commit

Permalink
💚 Fix error message invalid type
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jul 29, 2024
1 parent 91de79b commit 77daab8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 77daab8

Please sign in to comment.