Skip to content

Commit 16425ad

Browse files
[WEB-3452] Fix: date picker auto close (#6662) (#2589)
* fix: Handled workspace switcher closing on click * fix: removed auto close for date range picker Co-authored-by: Akshita Goyal <36129505+gakshita@users.noreply.github.com>
2 parents cf68e5a + e4dd2a6 commit 16425ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/core/components/dropdowns/date-range.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ export const DateRangeDropdown: React.FC<Props> = (props) => {
209209
from: val?.from ?? undefined,
210210
to: val?.to ?? undefined,
211211
});
212-
val?.from && val?.to && handleClose();
213212
}}
214213
mode="range"
215214
disabled={disabledDays}

0 commit comments

Comments
 (0)