diff --git a/pro/src/components/IndividualOffer/SummaryScreen/EventPublicationForm/EventPublicationForm.tsx b/pro/src/components/IndividualOffer/SummaryScreen/EventPublicationForm/EventPublicationForm.tsx index 5b88937dbfb..1c294bfc259 100644 --- a/pro/src/components/IndividualOffer/SummaryScreen/EventPublicationForm/EventPublicationForm.tsx +++ b/pro/src/components/IndividualOffer/SummaryScreen/EventPublicationForm/EventPublicationForm.tsx @@ -102,6 +102,7 @@ export const EventPublicationForm = () => { label="Heure de publication" name="publicationTime" options={getPublicationHoursOptions()} + defaultOption={{ label: 'HH:MM', value: '' }} /> )}