Browse Source

Remove pageSize select in table

pull/457/head
afc163 9 years ago
parent
commit
94d2fe6d29
  1. 2
      src/routes/Dashboard/Analysis.js

2
src/routes/Dashboard/Analysis.js

@ -413,8 +413,6 @@ export default class Analysis extends Component {
dataSource={searchData}
pagination={{
style: { marginBottom: 0 },
showSizeChanger: true,
showQuickJumper: true,
pageSize: 5,
}}
/>

Loading…
Cancel
Save