fix: company prop
Node.js CI / Lint and Test (pull_request) Successful in 2m12s

This commit is contained in:
2025-02-20 15:58:32 -08:00
parent 5ea66c56a0
commit e6c20328ec
@@ -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("");