Skip to content

Commit

Permalink
mre
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Oct 8, 2024
1 parent e8c3be6 commit fa61b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gestalt-datepicker/src/DatePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export type Props = {
const DatePickerWithForwardRef = forwardRef<HTMLInputElement, Props>(function DatePicker(
{
disabled,
disableMobileUI,
disableMobileUI = false,
errorMessage,
excludeDates,
helperText,
Expand Down

0 comments on commit fa61b15

Please sign in to comment.