From cb13d9d81aa0fbee35160ab4260719a548d32554 Mon Sep 17 00:00:00 2001 From: Gabriel De Los Rios Date: Wed, 17 Dec 2025 20:11:55 -0300 Subject: [PATCH] refactor: remove form reset on submitr --- src/app/components/contact-form/contact-form.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/contact-form/contact-form.ts b/src/app/components/contact-form/contact-form.ts index 99505ec..c66fbbf 100644 --- a/src/app/components/contact-form/contact-form.ts +++ b/src/app/components/contact-form/contact-form.ts @@ -35,6 +35,5 @@ export class ContactForm { contactForm.phone ); this.contact.emit(contact); - this.form().reset(); } }