Skip to content

Commit

Permalink
feat: revert [MA-2131]
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu committed Dec 5, 2023
1 parent 0c95c3e commit bc9972c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KDateTimePicker/KDateTimePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ const changeCalendarRange = (vCalValue: TimeRange | null): void => {
* Set our v-calendar v-model
*/
if (!isSingleDatepicker.value && vCalValue && (vCalValue as TimeRange).start && (vCalValue as TimeRange).end) {
debugger
calendarRange.value.start = start
calendarRange.value.end = end
} else if (vCalValue && (vCalValue as TimeRange).start) {
Expand Down

0 comments on commit bc9972c

Please sign in to comment.