Commit 4ad345a3 authored by afc163's avatar afc163

Remove pageSizeOption again

parent 9d898fb9
...@@ -413,9 +413,6 @@ export default class Analysis extends Component { ...@@ -413,9 +413,6 @@ export default class Analysis extends Component {
dataSource={searchData} dataSource={searchData}
pagination={{ pagination={{
style: { marginBottom: 0 }, style: { marginBottom: 0 },
showSizeChanger: true,
showQuickJumper: true,
pageSizeOptions: [5, 10, 15, 20],
pageSize: 5, pageSize: 5,
}} }}
/> />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment