Skip to content

Commit

Permalink
chore: fix commit merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Jun 24, 2024
1 parent d8ac1c8 commit bf0e0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selection/useRange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function useRangeContextValue<T extends PropsRange>({
selected,
onSelect
}: T): RangeContextValue<T> {
const { dateLib, mode } = useProps();
const { dateLib, mode, disabled } = useProps();
const { differenceInCalendarDays } = dateLib;
const [range, setRange] = React.useState<DateRange | undefined>(selected);

Expand Down

0 comments on commit bf0e0dc

Please sign in to comment.