Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Oct 9, 2024
1 parent 4b8abb8 commit 66c8d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/gestalt-datepicker/src/DatePicker.jsdom.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ function DatePickerWrap({
id="fake_id"
label={label}
onChange={({ value }: any) => setDate(value)}
selectLists={showMonthYearDropdown ? ['year', 'month'] : undefined} value={date}
selectLists={showMonthYearDropdown ? ['year', 'month'] : undefined}
value={date}
/>
);
}
Expand Down

0 comments on commit 66c8d18

Please sign in to comment.