From 83b11c035b770a06dd106d1c8ed5453be4b8b81a Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 4 Aug 2019 18:15:40 -0500 Subject: [PATCH] use small table size --- .../src/modules/allListsTable/AllListsTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx index 491c50659..14078e2ec 100644 --- a/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx +++ b/src/FilterLists.Web.V2/src/modules/allListsTable/AllListsTable.tsx @@ -33,6 +33,7 @@ export class AllListsTable extends React.Component<{}, State> { render() { return ( record.id.toString()} dataSource={this.state.data}