mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 15:40:29 +00:00
Fix for open project error
This commit is contained in:
@ -165,7 +165,6 @@ export class ProjectMapComponent implements OnInit, OnDestroy {
|
||||
.pipe(
|
||||
mergeMap((server: Server) => {
|
||||
this.server = server;
|
||||
this.setUpWS();
|
||||
return this.projectService.get(server, paramMap.get('project_id')).pipe(
|
||||
map(project => {
|
||||
return project;
|
||||
|
Reference in New Issue
Block a user