Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit e0ac78ad authored by Mihai BOZ's avatar Mihai BOZ
Browse files

Merge branch 'development' into...

Merge branch 'development' into EDELIVERY-11943-Progress-on-the-automation-of-the-DomiSMP-UI-tests---Part-4
parents a680bc91 668db267
No related branches found
No related tags found
No related merge requests found
<alert #alertMessage ></alert>
<div style="display:flex; flex-direction: column;height: 100%">
<window-toolbar #windowToolbar/>
<mat-drawer-container id="smp-window" [hasBackdrop]="false" style="flex: 1 1 auto;">
......@@ -13,8 +14,7 @@
</div>
</mat-drawer>
<mat-drawer-content (scroll)="onDrawerContentScroll($event);">
<alert #alertMessage></alert>
<router-outlet></router-outlet>
<router-outlet></router-outlet>
</mat-drawer-content>
</mat-drawer-container>
</div>
......@@ -173,7 +173,6 @@ export class MembershipPanelComponent implements BeforeLeaveGuard {
member: member,
}
}).afterClosed().subscribe(value => {
this.refresh();
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment