Skip to content

Commit

Permalink
chore(html): remove calendar captions of adaptive datetimepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov authored and epetrow committed Aug 27, 2024
1 parent 824587f commit a92f91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/src/daterangepicker/daterangepicker.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const DateRangePicker = (
subTitle="DD / MM / YY">
</ActionSheetHeader>
<div className="k-scrollable-wrap">
<MultiViewCalendarNormal size="large" orientation="vertical" showCaptions />
<MultiViewCalendarNormal size="large" orientation="vertical" />
</div>
</ActionSheet>
}
Expand Down

0 comments on commit a92f91a

Please sign in to comment.