We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7e73c commit 8f3f037Copy full SHA for 8f3f037
app/[locale]/enterprise/_components/ContactForm/index.tsx
@@ -17,9 +17,9 @@ type EnterpriseContactFormProps = {
17
error: {
18
domain: React.ReactNode // Link injected
19
emailInvalid: string
20
- emailTooLong: string // Length injected via {length}
+ emailTooLong: string
21
general: string
22
- messageTooLong: string // Length injected via {length}
+ messageTooLong: string
23
required: string
24
}
25
placeholder: {
0 commit comments