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.emailService.sendEmail(this.name,
|
||||
email,
|
||||
this.phone,
|
||||
this.phone || '',
|
||||
body,
|
||||
this.hp)
|
||||
.subscribe(
|
||||
|
|
|
|||
Loading…
Reference in New Issue