mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
chore: update
This commit is contained in:
parent
9a4276078c
commit
c72bb07db9
@ -61,7 +61,7 @@ const PurePanel: React.FC<PurePanelProps> = (props) => {
|
||||
additionalProps = {
|
||||
closable: closable ?? true,
|
||||
title,
|
||||
footer: footer !== null ? <Footer {...props} /> : footer,
|
||||
footer: <Footer {...props} />,
|
||||
children,
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user