Fix GUI
This commit is contained in:
@@ -136,4 +136,8 @@ export class NewTunnelFlightComponent implements OnInit {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
public displayNameFn(data?: any): string | undefined {
|
||||
return data ? data.name : undefined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user