Skip to content
Snippets Groups Projects
Commit 74e1f564 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix error orientation not received yet

parent 4db264be
2 merge requests!993Notif,!983feat(dashboard) : create dashboard !
......@@ -211,7 +211,12 @@
</div>
<!-- Close orientation modal-->
<app-modal [opened]="isModalOpenned" [title]="'Clôturer un accompagnement'" (closed)="closeOrientation($event)">
<app-modal
*ngIf="orientation"
[opened]="isModalOpenned"
[title]="'Clôturer un accompagnement'"
(closed)="closeOrientation($event)"
>
<div class="modalContent emphasized">
{{ orientation.personOriented.name }} {{ orientation.personOriented.surname | uppercase }}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment