Skip to content

Commit

Permalink
(PC-34064)[PRO] feat: Add a default time to the time of publication s…
Browse files Browse the repository at this point in the history
…elect input.
  • Loading branch information
gmeigniez-pass committed Jan 27, 2025
1 parent fc394ad commit 5d4d126
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const EventPublicationForm = () => {
label="Heure de publication"
name="publicationTime"
options={getPublicationHoursOptions()}
defaultOption={{ label: 'HH:MM', value: '' }}
/>
</FormLayout.Row>
)}
Expand Down

0 comments on commit 5d4d126

Please sign in to comment.