Fix property initialization.
This commit is contained in:
parent
161eb42942
commit
2ea1b38454
@ -75,8 +75,8 @@ import { OperationDeleteModalComponent } from './operationDeleteModal.component'
|
||||
`
|
||||
})
|
||||
export class OperationRowComponent {
|
||||
@Input('operation-row') operation: Operation;
|
||||
@Input() account: Account;
|
||||
@Input('operation-row') operation: Operation = new Operation();
|
||||
@Input() account: Account = new Account();
|
||||
|
||||
constructor(
|
||||
private operationService: OperationService,
|
||||
|
Loading…
Reference in New Issue
Block a user