diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 934ecf7..6fe0dce 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -27,7 +27,7 @@ export function ContactForm() { text: string; } | null>(null); - const phoneRegex = /^\+?\d*$/; // + majburiy + const phoneRegex = /^\+?\d*$/; // + majburiy ha majburiy const handleChange = ( e: React.ChangeEvent<