Skip to content

Commit

Permalink
fix: correct label for date and time inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 6, 2023
1 parent 1eaa500 commit 95e23a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/Form/FormValidation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const ValidazioneCompleta = () => {
<Input
id='completeValidation-date'
type='date'
label='Timepicker'
label='Date picker'
validationText='Questo campo è richiesto'
invalid
/>
Expand All @@ -89,7 +89,7 @@ export const ValidazioneCompleta = () => {
<Input
id='completeValidation-time'
type='time'
label='Datepicker'
label='Time picker'
validationText='Questo campo è richiesto'
invalid
/>
Expand Down

0 comments on commit 95e23a2

Please sign in to comment.