mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 04:58:55 +08:00
fix: visible
should not be set
This commit is contained in:
parent
e834d6a1a6
commit
02f9212124
@ -36,7 +36,6 @@ export default React.createClass({
|
|||||||
onCancel: noop,
|
onCancel: noop,
|
||||||
okText: '确定',
|
okText: '确定',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
visible: false,
|
|
||||||
onVisibleChange() {},
|
onVisibleChange() {},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user