mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 13:46:18 +10:00
fix demo code lint bug
This commit is contained in:
@@ -11,7 +11,7 @@ import { Popconfirm } from 'antd';
|
||||
|
||||
ReactDOM.render(
|
||||
<Popconfirm title="Are you sure?" okText="Yes" cancelText="No">
|
||||
<a href="javascript:;">Delete</a>
|
||||
<a href="#">Delete</a>
|
||||
</Popconfirm>
|
||||
, document.getElementById('components-popconfirm-demo-locale'));
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user