Refactor feedback forms to include MAIL_REQUEST_FROM in API requests. Updated API utility to use mailApi for mail-related endpoints. Enhanced FeedbackFormModal and LeadForm components for improved data handling and user experience.

This commit is contained in:
2026-04-21 18:08:41 +05:00
parent 68b4ce1a8d
commit c2bee615fa
5 changed files with 22 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
/** Sent with graff.estate mail API payloads to identify this client. */
export const MAIL_REQUEST_FROM = "stream.graff.tech";