From f7c46b93b2478df7ad6fc86b267e0b4077774310 Mon Sep 17 00:00:00 2001 From: Marlene Simondant <msimondant@grandlyon.com> Date: Tue, 18 Mar 2025 09:04:30 +0100 Subject: [PATCH] Update enum --- src/app/profile/dashboard/orientation.enum.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/profile/dashboard/orientation.enum.ts b/src/app/profile/dashboard/orientation.enum.ts index 72e3a437d..3a597aeca 100644 --- a/src/app/profile/dashboard/orientation.enum.ts +++ b/src/app/profile/dashboard/orientation.enum.ts @@ -1,5 +1,5 @@ export const Status = { - pending: { + new: { label: 'Nouveau', color: 'dark-blue', icon: 'new', -- GitLab