diff --git a/app/(main)/phases-chantier/retard/page.tsx b/app/(main)/phases-chantier/retard/page.tsx index 192b713..e3126f4 100644 --- a/app/(main)/phases-chantier/retard/page.tsx +++ b/app/(main)/phases-chantier/retard/page.tsx @@ -231,7 +231,7 @@ const PhasesEnRetardPage: Page = () => { const relancerPhase = async (phase: PhaseChantier) => { try { if (phase.id) { - await phaseChantierService.resume(phase.id); + await phaseChantierService.resume(Number(phase.id)); await loadPhasesEnRetard(); toast.current?.show({ severity: 'success',