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

Update enum

parent efff72d5
No related branches found
No related tags found
2 merge requests!993Notif,!983feat(dashboard) : create dashboard !
......@@ -9,6 +9,11 @@ export const Status = {
color: 'blue',
icon: 'eye',
},
waiting: {
label: 'En attente',
color: 'blue',
icon: 'eye',
},
completed: {
label: 'Terminé',
color: 'light-green',
......@@ -48,6 +53,11 @@ export const Action = {
color: 'grey',
icon: 'rdvDone',
},
closeRDV: {
label: 'Clôturer le RDV',
color: 'grey',
icon: 'rdvDone',
},
} as const;
export type ActionsKey = keyof typeof Action;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment