Skip to content

Commit

Permalink
(#0) npm publish (0.0.121)
Browse files Browse the repository at this point in the history
  • Loading branch information
baegofda committed Jan 2, 2024
1 parent ae650dc commit bc4ed68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbodek-ui",
"version": "0.0.120",
"version": "0.0.121",
"type": "module",
"author": "Bbodek",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/core/components/Calendar/DatePickerCalendar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const DatePickerCalendar = ({
}
operations.onDateClick(variants, afterAllDate, calendarDate);
operations.setCalendarPeriodDates(models.periodDates);
onDateClick(models.periodDates);
onDateClick(models.periodDates, afterAllDate);
}}
>
<div className = {clsx("flex flex-col")}>
Expand Down

0 comments on commit bc4ed68

Please sign in to comment.