[WEB-3452] Fix: date picker auto close (#6662)

* fix: Handled workspace switcher closing on click

* fix: removed auto close for date range picker
This commit is contained in:
Akshita Goyal 2025-02-24 15:10:22 +05:30 committed by GitHub
parent bcb9c73634
commit e4dd2a6c07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,7 +209,6 @@ export const DateRangeDropdown: React.FC<Props> = (props) => {
from: val?.from ?? undefined,
to: val?.to ?? undefined,
});
val?.from && val?.to && handleClose();
}}
mode="range"
disabled={disabledDays}