Ask organizer modal implemented
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Shared between client (form JSON) and server (Zod + honeypot check).
|
||||
* CR-107 Ask an organizer.
|
||||
*/
|
||||
export const ORGANIZER_INQUIRY_HONEYPOT_FIELD = "company" as const;
|
||||
|
||||
export const ASK_ORGANIZER_INQUIRY_FORM_ID = "ask-organizer-inquiry-form" as const;
|
||||
Reference in New Issue
Block a user