提交 1a452794 编写于 作者: B Benjy Cui

chore: remove useless `ref` property

上级 16ce16eb
......@@ -32,8 +32,7 @@ export default React.createClass({
<div className={prefixCls + '-list-item-info'}>
<Icon type="paper-clip" />
<span className="ant-upload-item-name">{file.name}</span>
<Icon type="cross" ref="theCloseBtn"
onClick={this.handleClose.bind(this, file)} />
<Icon type="cross" onClick={this.handleClose.bind(this, file)} />
</div>
{ progress }
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册