fix default

This commit is contained in:
SrGooglo 2023-04-13 00:38:26 +00:00
parent 5187a4a7ae
commit bb3b8a150f

View File

@ -196,7 +196,7 @@ export class Drawer extends React.Component {
</AntdDrawer> </AntdDrawer>
} }
case "default": { default: {
return <DraggableDrawer {...drawerProps}> return <DraggableDrawer {...drawerProps}>
{ {
React.createElement(this.props.children, componentProps) React.createElement(this.props.children, componentProps)