mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
revert to small table size
This commit is contained in:
parent
b6065beeb4
commit
0cca088b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export class AllListsTable extends React.Component<{}, State> {
|
|||
dataSource={this.state.data}
|
||||
rowKey={record => record.id.toString()}
|
||||
loading={this.state.data.length === 0 ? true : false}
|
||||
size="middle"
|
||||
size="small"
|
||||
pagination={{ position: "top", size: "small" }} >
|
||||
<Table.Column<List>
|
||||
title="Name"
|
||||
|
|
|
|||
Loading…
Reference in a new issue