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