diff --git a/src/components/DatePicker/DatePickerPopover.jsx b/src/components/DatePicker/DatePickerPopover.jsx index f571f39d..eeb95d37 100644 --- a/src/components/DatePicker/DatePickerPopover.jsx +++ b/src/components/DatePicker/DatePickerPopover.jsx @@ -42,8 +42,6 @@ export const DatePickerPopover = ({ }; const handleClickOutside = () => { - // Revert back to the original value because the user didn't apply the changes - onChange(originalValue); toggleVisibility(); };