Skip to content

Commit 92482cf

Browse files
committed
Merge branch 'anu/datepicker' into anu/datepicker-docs
2 parents b8a6056 + 0f70e2a commit 92482cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blade/src/components/DatePicker/DatePicker.web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ const DatePicker = <Type extends DateSelectionType = 'single'>({
155155
backgroundColor="surface.background.gray.intense"
156156
>
157157
<Calendar
158+
{...props}
158159
selectionType={_selectionType}
159160
defaultValue={defaultValue}
160161
onMouseLeave={onRootMouseLeave}
@@ -189,7 +190,6 @@ const DatePicker = <Type extends DateSelectionType = 'single'>({
189190
props?.onPickerChange?.(date);
190191
forceRerenderBottomSheet();
191192
}}
192-
{...props}
193193
/>
194194
{isMobile ? null : <CalendarFooter onApply={handleApply} onCancel={handleCancel} />}
195195
</BaseBox>

0 commit comments

Comments
 (0)