Remove undefined for not entered phone
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
14777e9171
commit
d5369eaaad
|
|
@ -53,7 +53,7 @@ export class BalloonComponent implements OnInit {
|
||||||
this.submitButtonDisabled = true;
|
this.submitButtonDisabled = true;
|
||||||
this.emailService.sendEmail(this.name,
|
this.emailService.sendEmail(this.name,
|
||||||
email,
|
email,
|
||||||
this.phone,
|
this.phone || '',
|
||||||
body,
|
body,
|
||||||
this.hp)
|
this.hp)
|
||||||
.subscribe(
|
.subscribe(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue