Skip to content

Commit

Permalink
feat #243 - fix bug table sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-dassana committed Mar 10, 2021
1 parent 5c4b40b commit 73db2c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Table/fixtures/2_sample_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ const columns: ColumnType[] = [
dataIndex: 'name',
ellipsis: true,
title: 'Name',
type: string,
width: 100
type: string
},
{
dataIndex: 'start_date',
Expand Down

0 comments on commit 73db2c0

Please sign in to comment.