Mise à jour d'Angular

+ correction sur le filtre des DZs
This commit is contained in:
Sébastien André
2021-03-30 09:37:21 +02:00
parent bf2def6c92
commit b8eda2f0d7
3 changed files with 722 additions and 562 deletions

View File

@@ -155,11 +155,7 @@ export class NewJumpComponent implements OnInit {
public onChangeDz(event: any) {
let filterValue: string;
// if (event.id !== undefined) {
// filterValue = event.name.toLowerCase();
// } else {
// filterValue = event.toLowerCase();
// }
if (event.id === undefined) {
filterValue = event.toLowerCase();
@@ -180,5 +176,6 @@ export class NewJumpComponent implements OnInit {
public resetDz() {
this.selectedDz = undefined;
this.onChangeDz('');
}
}