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
No related branches found
No related tags found
1 merge request!983Draft: feat(dashboard) : create dashboard !
Pipeline #123923 passed
......@@ -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.
Finish editing this message first!
Please register or to comment