Fondation

This commit is contained in:
alma 2026-01-17 00:17:14 +01:00
parent b4d2ed2e6e
commit 11398f75ce

View File

@ -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={<Input className="bg-white text-gray-900" />}
minDate={getDateFromString(meetingForm.start)}
minDate={getDateFromString(meetingForm.start) || undefined}
/>
</div>
{!meetingForm.allDay && (