Fondation
This commit is contained in:
parent
b4d2ed2e6e
commit
11398f75ce
@ -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 && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user