1 Commits
0.1.4 ... 0.1.5

Author SHA1 Message Date
f7eca3844d fix concerning FormControl 2022-04-01 16:31:43 +02:00

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}`)