Skip to content

Commit

Permalink
[staff] Increase number of years available within DatePicker to 100 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukvmd authored Sep 7, 2024
2 parents b524768 + 4246d2a commit cca59a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/staff/src/components/UpdateSubscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const UpdateSubscription: React.FC<UpdateSubscriptionProps> = ({
<DatePicker
showYearDropdown
scrollableYearDropdown
yearDropdownItemNumber={15}
yearDropdownItemNumber={100}
selected={
values.expiryTime instanceof Date
? values.expiryTime
Expand Down

0 comments on commit cca59a3

Please sign in to comment.