fix(sw-350): fixed ui-comments for calendar, search and widget
This commit is contained in:
@@ -60,10 +60,9 @@ export default function DatePickerDesktop({
|
||||
lang={lang}
|
||||
locale={locale}
|
||||
mode="range"
|
||||
numberOfMonths={2}
|
||||
onSelect={handleOnSelect}
|
||||
onDayClick={(day) => handleOnSelect(day)}
|
||||
pagedNavigation
|
||||
required
|
||||
required={false}
|
||||
selected={selectedDate}
|
||||
startMonth={currentDate}
|
||||
weekStartsOn={1}
|
||||
|
||||
Reference in New Issue
Block a user