Skip to content
Snippets Groups Projects
Commit 3bff622e authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(account-newsletter) : fix unchecked checkbox display when creating a new account

parent 03fca308
No related branches found
No related tags found
Loading
......@@ -10,6 +10,7 @@ export class AccountNewsletterComponent {
@Input() accountForm: FormGroup;
@Input() profile: User;
@Output() acceptNewsletter = new EventEmitter<any>();
public userAcceptNewsletter: Boolean = false;
public acceptReceiveNewsletter(accepts: boolean) {
this.acceptNewsletter.emit(accepts);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment