mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
fix(Doc): remove useless option in API Doc for Table component
This commit is contained in:
parent
82b85709be
commit
ee1b5975e4
@ -96,7 +96,6 @@ class App extends React.Component {
|
||||
},
|
||||
},
|
||||
],
|
||||
onSelection: this.onSelection,
|
||||
};
|
||||
return <Table rowSelection={rowSelection} columns={columns} dataSource={data} />;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user