mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
fix default
This commit is contained in:
parent
5187a4a7ae
commit
bb3b8a150f
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user