Mise à jour vers Angular 9

This commit is contained in:
Sébastien André
2020-02-12 23:44:42 +01:00
parent aaf35d3b2b
commit d77067b57e
9 changed files with 2189 additions and 1296 deletions

View File

@@ -126,8 +126,8 @@ export class NewJumpComponent implements OnInit {
return data ? data.name : undefined;
}
public onChangeDz(event: string) {
const filterValue = event.toLowerCase();
public onChangeDz(event: DropZoneResp) {
const filterValue = event.name.toLowerCase();
this.listOfFilteredDropZone = this.listOfDropZone;
this.listOfFilteredDropZone = this.listOfFilteredDropZone.filter(option =>