mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
remove ref in Icon
This commit is contained in:
parent
055d3b406c
commit
6b4d7b3622
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user