Skip to content
This repository was archived by the owner on Jun 21, 2019. It is now read-only.

Commit 7f0bbbe

Browse files
author
yacut
committed
render only 10 item in table view
1 parent fa5f9a7 commit 7f0bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class App extends Component<Props> {
252252
]}
253253
data={this.props.consumers.records}
254254
columns={messageColumns}
255-
defaultPageSize={25}
255+
defaultPageSize={10}
256256
/>
257257
</TabPanel>
258258
<TabPanel style={{ height: '100%' }}>

0 commit comments

Comments
 (0)