diff --git a/src/core/components/DatePicker/index.tsx b/src/core/components/DatePicker/index.tsx index 42b4243..d815015 100644 --- a/src/core/components/DatePicker/index.tsx +++ b/src/core/components/DatePicker/index.tsx @@ -18,7 +18,7 @@ const InputDatePicker = ({ currentMonth, disabledDates, useTab = false, - disabled = true, + disabled = false, onToggle, onClose, onDateClick,