generated from nhcarrigan/template
fix: company prop
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m12s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m12s
This commit is contained in:
parent
5ea66c56a0
commit
e6c20328ec
@ -38,6 +38,7 @@ export class TestimonialComponent {
|
|||||||
public firstName = new FormControl("");
|
public firstName = new FormControl("");
|
||||||
public lastName = new FormControl("");
|
public lastName = new FormControl("");
|
||||||
public email = new FormControl("");
|
public email = new FormControl("");
|
||||||
|
public company = new FormControl("");
|
||||||
|
|
||||||
public content = new FormControl("");
|
public content = new FormControl("");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user