Call API to get the tunnel flights

This commit is contained in:
Sébastien ANDRE
2023-06-29 16:00:28 +02:00
parent 8598f4e087
commit cc56f3def0
3 changed files with 46 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ export class NewTunnelFlightComponent implements OnInit {
private updateTitle() {
this.translateService.get("NewTunnelFlight_Title").subscribe(
data => { this.serviceComm.UpdatedComponentTitle(data); }
data => { this.serviceComm.updatedComponentTitle(data); }
);
}