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

This commit is contained in:
Naomi Carrigan 2025-02-20 15:58:32 -08:00
parent 5ea66c56a0
commit e6c20328ec
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

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