This commit is contained in:
Sébastien ANDRE
2023-06-20 10:01:11 +02:00
parent c5f8f6a01b
commit d651d365b7
3 changed files with 11 additions and 5 deletions

View File

@@ -136,4 +136,8 @@ export class NewTunnelFlightComponent implements OnInit {
);
}
}
public displayNameFn(data?: any): string | undefined {
return data ? data.name : undefined;
}
}