Fix needsReload.
This commit is contained in:
parent
3be01f1240
commit
088fab2d51
@ -53,7 +53,7 @@ import { OperationEditModalComponent } from './operationEditModal.component';
|
||||
|
||||
<tr [operation-row]="operation"
|
||||
[account]="account"
|
||||
(needsReload)="load(minDate, maxDate)"
|
||||
(needsReload)="loadData()"
|
||||
*ngFor="let operation of operations">
|
||||
</tr>
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user