fix(Doc): remove useless option in API Doc for Table component

This commit is contained in:
wtzeng1 2019-06-19 21:34:01 +08:00
parent 82b85709be
commit ee1b5975e4

View File

@ -96,7 +96,6 @@ class App extends React.Component {
},
},
],
onSelection: this.onSelection,
};
return <Table rowSelection={rowSelection} columns={columns} dataSource={data} />;
}