From c683edb2505cb805b34045f7990ab7d93fc2537d Mon Sep 17 00:00:00 2001 From: dahoud Date: Wed, 15 Oct 2025 21:37:10 +0000 Subject: [PATCH] fix: Replace timeFormat with hourFormat in Calendar components --- app/(main)/planning/calendrier/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/(main)/planning/calendrier/page.tsx b/app/(main)/planning/calendrier/page.tsx index d09f095..9d65c6a 100644 --- a/app/(main)/planning/calendrier/page.tsx +++ b/app/(main)/planning/calendrier/page.tsx @@ -926,26 +926,26 @@ const CalendrierPlanningPage = () => {
- setNewEvent({...newEvent, start: e.value as Date})} showTime + hourFormat="24" dateFormat="dd/mm/yy" - timeFormat="24" className="w-full" />
- setNewEvent({...newEvent, end: e.value as Date})} showTime + hourFormat="24" dateFormat="dd/mm/yy" - timeFormat="24" className="w-full" />