fix: Ajout status penal Poursuivi à tort

wip-related-pages
Sébastien Arod 2024-09-16 18:17:19 +02:00
parent 77def4fa95
commit 738fa9a4d0
1 changed files with 1 additions and 0 deletions

View File

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