Browse Source

upgrade rc-dialog

pull/16/head
yiminghe 10 years ago
parent
commit
695c3b8ff6
  1. 1
      components/modal/index.jsx
  2. 2
      package.json

1
components/modal/index.jsx

@ -50,6 +50,7 @@ module.exports = function (props) {
props.visible = true;
props.children = props.content;
props.footer = footer;
props.renderToBody = false;
var d;
React.render(<Dialog {...props}/>, div, function () {
d = this;

2
package.json

@ -15,7 +15,7 @@
"gregorian-calendar": "~3.0.0",
"gregorian-calendar-format": "~3.0.1",
"rc-calendar": "~3.8.0",
"rc-dialog": "~4.1.1",
"rc-dialog": "~4.2.0",
"rc-dropdown": "~1.0.0",
"rc-menu": "~3.3.0",
"rc-progress": "~1.0.0",

Loading…
Cancel
Save