mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-29 18:50:00 +08:00
fix instance
This commit is contained in:
parent
6ca3fd55bb
commit
7e4fcfed27
@ -46,5 +46,6 @@ module.exports = function (props) {
|
||||
props.visible = true;
|
||||
props.children = props.content;
|
||||
props.footer = footer;
|
||||
return React.render(<Dialog {...props}/>, div);
|
||||
var d = React.render(<Dialog {...props}/>, div);
|
||||
return d;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user