Skip to content

Commit

Permalink
feat(contact): update contact form submission ID
Browse files Browse the repository at this point in the history
Update the UUID for contact form submissions to ensure a unique identifier for each submission.
  • Loading branch information
kleberbaum committed Apr 24, 2024
1 parent 2bccdf6 commit bec4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const ContactModalProvider: React.FC<ContactModalDrawerProps> = ({
replyTo: data.email
},

id: '69bad383-9d38-41b7-813c-b1f2a1424001',
id: '6a685727-92a4-4aec-a05c-2d3a261f297d',
values: {
firstName: data.firstName,
lastName: data.lastName,
Expand Down

0 comments on commit bec4a68

Please sign in to comment.