From bae5ebec9cd7e35e9ecd47a32bb9bda8e51c26e2 Mon Sep 17 00:00:00 2001 From: Marlene Simondant <msimondant@grandlyon.com> Date: Mon, 17 Mar 2025 09:41:03 +0100 Subject: [PATCH] dashboard --- src/app/profile/dashboard/dashboard.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/profile/dashboard/dashboard.component.html b/src/app/profile/dashboard/dashboard.component.html index 8883bf2e0..7be21574a 100644 --- a/src/app/profile/dashboard/dashboard.component.html +++ b/src/app/profile/dashboard/dashboard.component.html @@ -89,7 +89,7 @@ <!-- En cours table --> <app-orientations-table *ngIf="orientationsDashboard?.myOrientations.inProgress.length > 0" - [type]="'myOrientations'" + [from]="'myOrientations'" [orientations]="orientationsDashboard?.myOrientations.inProgress" /> <!-- If there is no results --> @@ -122,7 +122,7 @@ <!-- Terminé table --> <app-orientations-table *ngIf="orientationsDashboard?.myOrientations.history.length > 0" - [type]="'myOrientations'" + [from]="'myOrientations'" [orientations]="orientationsDashboard?.myOrientations.history" /> <!-- If there is no results --> -- GitLab