Change scope of attribute.
This commit is contained in:
parent
598ddc6a85
commit
8b0d3decd4
@ -33,7 +33,7 @@ export class AccountEditModalComponent {
|
||||
|
||||
valid: boolean = false;
|
||||
|
||||
constructor(public activeModal: NgbActiveModal) {}
|
||||
constructor(private activeModal: NgbActiveModal) {}
|
||||
|
||||
title(): string {
|
||||
if(this.account.id) {
|
||||
|
Loading…
Reference in New Issue
Block a user