fix(sw-350): cleanups and PR comment fixes
This commit is contained in:
@@ -60,7 +60,8 @@ export default function DatePickerDesktop({
|
||||
lang={lang}
|
||||
locale={locale}
|
||||
mode="range"
|
||||
onDayClick={(day) => handleOnSelect(day)}
|
||||
numberOfMonths={2}
|
||||
onDayClick={handleOnSelect}
|
||||
pagedNavigation
|
||||
required={false}
|
||||
selected={selectedDate}
|
||||
|
||||
Reference in New Issue
Block a user