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)