fix concerning FormControl

This commit is contained in:
2022-04-01 16:31:43 +02:00
parent 9a1e3231d6
commit f7eca3844d

View File

@ -155,6 +155,9 @@ export class AccountComponent implements OnInit {
this.presetDescription = new FormControl("Miete")
this.messageService.add(`shall be rentpayment`)
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}`)