From 9c98cb51baed79c26e6b78c2be08763876630718 Mon Sep 17 00:00:00 2001 From: unknown <34411636+Dandevmt@users.noreply.github.com> Date: Thu, 28 Mar 2024 21:16:39 -0600 Subject: [PATCH] Fix issue with non required email --- Client/src/app/components/balloon/balloon.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/src/app/components/balloon/balloon.component.ts b/Client/src/app/components/balloon/balloon.component.ts index 8740884..39b5223 100644 --- a/Client/src/app/components/balloon/balloon.component.ts +++ b/Client/src/app/components/balloon/balloon.component.ts @@ -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)