From 73db2c0cfcd858904cf732f78b14430fb838ab46 Mon Sep 17 00:00:00 2001 From: sam-m-m Date: Tue, 9 Mar 2021 23:12:05 -0800 Subject: [PATCH] feat #243 - fix bug table sample data --- src/components/Table/fixtures/2_sample_data.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Table/fixtures/2_sample_data.ts b/src/components/Table/fixtures/2_sample_data.ts index 19765b9e..fd76c34b 100644 --- a/src/components/Table/fixtures/2_sample_data.ts +++ b/src/components/Table/fixtures/2_sample_data.ts @@ -20,8 +20,7 @@ const columns: ColumnType[] = [ dataIndex: 'name', ellipsis: true, title: 'Name', - type: string, - width: 100 + type: string }, { dataIndex: 'start_date',