Skip to content

Commit

Permalink
fix(ui): update toast message in MailTestingForm component (TabbyML#1606
Browse files Browse the repository at this point in the history
)

* fix(ui): update toast message in MailTestingForm component

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
wsxiaoys and autofix-ci[bot] authored Mar 3, 2024
1 parent a7f10f5 commit 58b7895
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export default function MailTestingForm({
const onSubmit = (values: FormValues) => {
return sendTestEmail(values).then(res => {
if (res?.data?.sendTestEmail) {
toast.success(
'A test email has been sent, please check your inbox to verify.'
toast.info(
'A test email has been sent. If your configuration is correct, you should receive an email shortly.'
)
onSuccess?.()
}
Expand Down

0 comments on commit 58b7895

Please sign in to comment.