mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
fix: Pass format to Calendar (#3407)
This commit is contained in:
parent
d217c72529
commit
26921cf234
@ -95,6 +95,7 @@ export default function createPicker(TheCalendar) {
|
||||
prefixCls={prefixCls}
|
||||
className={calendarClassName}
|
||||
onOk={props.onOk}
|
||||
format={props.format}
|
||||
{...calendarHandler}
|
||||
/>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user