From e6c20328ecb035314ee6c42062db97a597b5468d Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 20 Feb 2025 15:58:32 -0800 Subject: [PATCH] fix: company prop --- client/src/app/forms/testimonial/testimonial.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/forms/testimonial/testimonial.component.ts b/client/src/app/forms/testimonial/testimonial.component.ts index 7d6656f..cc6ed68 100644 --- a/client/src/app/forms/testimonial/testimonial.component.ts +++ b/client/src/app/forms/testimonial/testimonial.component.ts @@ -38,6 +38,7 @@ export class TestimonialComponent { public firstName = new FormControl(""); public lastName = new FormControl(""); public email = new FormControl(""); + public company = new FormControl(""); public content = new FormControl("");