refactor: remove form reset on submitr

This commit is contained in:
2025-12-17 20:11:55 -03:00
parent e49c8bd89c
commit cb13d9d81a

View File

@@ -35,6 +35,5 @@ export class ContactForm {
contactForm.phone contactForm.phone
); );
this.contact.emit(contact); this.contact.emit(contact);
this.form().reset();
} }
} }