Skip to content

Commit

Permalink
🐛 Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Feb 24, 2021
1 parent a6cb2d0 commit 7cdf96f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('mapColumn', () => {
{
id: 'myId',
name: 'myName',
meta: { type: 'date', params: { type: 'date', digits: 2 } },
meta: { type: 'date', params: { id: 'number', params: { digits: 2 } } },
},
],
rows: testTable.rows.map((row) => ({ ...row, myId: Date.now() })),
Expand Down

0 comments on commit 7cdf96f

Please sign in to comment.