Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Jul 16, 2020
1 parent a678514 commit a41ea50
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,16 @@ describe('chart_switch', () => {
{
state: {},
table: {
columns: ['2'],
columns: [
{
columnId: 'a',
operation: {
label: '',
dataType: 'string',
isBucketed: true,
},
},
],
isMultiRow: true,
layerId: 'a',
changeType: 'unchanged',
Expand Down

0 comments on commit a41ea50

Please sign in to comment.