Skip to content

Commit

Permalink
Update ee/tabby-ui/app/(dashboard)/settings/(integrations)/mail/compo…
Browse files Browse the repository at this point in the history
…nents/mail-testing-form.tsx

Co-authored-by: Meng Zhang <[email protected]>
  • Loading branch information
liangfung and wsxiaoys authored Feb 19, 2024
1 parent ed8bce4 commit fbb47fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function MailTestingForm({
const onSubmit = (values: FormValues) => {
sendTestEmail(values).then(res => {
if (res?.data?.sendTestEmail) {
toast.success('email sent')
toast.success('A test email has been sent, please check your inbox to verify.')
onSendTest?.()
}
})
Expand Down

0 comments on commit fbb47fa

Please sign in to comment.