mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-21 00:14:44 +08:00
Merge pull request #17177 from wtzeng1/master
fix(Doc): remove useless option in API Doc for row-selection-custom Table
This commit is contained in:
commit
5203d24d04
@ -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