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("");