Fix issue with non required email
continuous-integration/drone/push Build is passing Details

master
unknown 2024-03-28 21:16:39 -06:00
parent e66a014572
commit 9c98cb51ba
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export class BalloonComponent implements OnInit {
this.submitButtonText = "Please Wait...";
this.submitButtonDisabled = true;
this.emailService.sendEmail(this.name,
this.email,
email,
this.phone,
body,
this.hp)