mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use small table size
This commit is contained in:
parent
d9a2988787
commit
83b11c035b
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
render() {
|
||||
return (
|
||||
<Table
|
||||
size="small"
|
||||
columns={columns}
|
||||
rowKey={record => record.id.toString()}
|
||||
dataSource={this.state.data}
|
||||
|
|
|
|||
Loading…
Reference in a new issue