Skip to content

Commit

Permalink
Fix ContactForm.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 26, 2024
1 parent 1c7c86f commit 002db80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const ContactForm = ({ user, className }: ContactFormProps) => {
to: env.CONTACT_EMAIL,
subject,
message,
isContactForm: true,
}
const status = await UserService.sendEmail(payload)

Expand Down

0 comments on commit 002db80

Please sign in to comment.