From 11398f75ced9138f1ee88316a5285af550780774 Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 17 Jan 2026 00:17:14 +0100 Subject: [PATCH] Fondation --- app/vision/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vision/page.tsx b/app/vision/page.tsx index 99cbe4e..2673873 100644 --- a/app/vision/page.tsx +++ b/app/vision/page.tsx @@ -1327,7 +1327,7 @@ export default function VisionPage() { className="w-full rounded-md border border-gray-300 px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-primary bg-white text-gray-900" placeholderText="Date" customInput={} - minDate={getDateFromString(meetingForm.start)} + minDate={getDateFromString(meetingForm.start) || undefined} /> {!meetingForm.allDay && (