Fix needsReload.

This commit is contained in:
Alexis Lahouze 2018-06-10 18:11:03 +02:00
parent 3be01f1240
commit 088fab2d51
1 changed files with 1 additions and 1 deletions

View File

@ -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>