fix: Ajout status penal Poursuivi à tort

This commit is contained in:
Sébastien Arod 2024-09-16 18:17:19 +02:00
parent 77def4fa95
commit 738fa9a4d0

View file

@ -10,5 +10,6 @@ export const optionsStatutPenal = [
"Composition pénale acceptée", "Composition pénale acceptée",
"Classée sans suite", "Classée sans suite",
"Enquête en cours", "Enquête en cours",
"Poursuivi à tort",
] as const; ] as const;
export type StatutPenal = (typeof optionsStatutPenal)[number]; export type StatutPenal = (typeof optionsStatutPenal)[number];