fix concerning FormControl
This commit is contained in:
parent
9a1e3231d6
commit
f7eca3844d
@ -155,6 +155,9 @@ export class AccountComponent implements OnInit {
|
|||||||
this.presetDescription = new FormControl("Miete")
|
this.presetDescription = new FormControl("Miete")
|
||||||
this.messageService.add(`shall be rentpayment`)
|
this.messageService.add(`shall be rentpayment`)
|
||||||
this.messageService.add(`AccountComponent.init d, account: ${this.selectedAccountId}`)
|
this.messageService.add(`AccountComponent.init d, account: ${this.selectedAccountId}`)
|
||||||
|
} else {
|
||||||
|
this.presetCategory = new FormControl()
|
||||||
|
this.presetDescription = new FormControl()
|
||||||
}
|
}
|
||||||
|
|
||||||
this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`)
|
this.messageService.add(`AccountComponent.init, account: ${this.selectedAccountId}`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user