Skip to content

Commit

Permalink
IBX-8554: Reverted changes, resolved in #1303
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Dębiński committed Jul 26, 2024
1 parent 0d56fe5 commit 1ecf3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class DateTimePicker {
flatpickrDate.setHours(value);
}

if (this.flatpickrConfig.minDate?.getTime() > flatpickrDate.getTime()) {
if (this.flatpickrConfig.minDate.getTime() > flatpickrDate.getTime()) {
return;
}

Expand Down

0 comments on commit 1ecf3c8

Please sign in to comment.