Skip to content

Commit

Permalink
remove mistaken prop
Browse files Browse the repository at this point in the history
  • Loading branch information
NethmiRodrigo committed Jul 25, 2024
1 parent 7c676ae commit 1071ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/inputs/date/date.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ const DateField: React.FC<FormFieldProps> = ({ question, onChange, handler, prev
? field.value.toLocaleDateString(window.navigator.language)
: field.value
}
i
onChange={onTimeChange}
/>
</Layer>
Expand Down

0 comments on commit 1071ccc

Please sign in to comment.