Skip to content

Commit a41ea50

Browse files
committed
Fix types
1 parent a678514 commit a41ea50

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

x-pack/plugins/lens/public/editor_frame_service/editor_frame/workspace_panel/chart_switch.test.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,16 @@ describe('chart_switch', () => {
312312
{
313313
state: {},
314314
table: {
315-
columns: ['2'],
315+
columns: [
316+
{
317+
columnId: 'a',
318+
operation: {
319+
label: '',
320+
dataType: 'string',
321+
isBucketed: true,
322+
},
323+
},
324+
],
316325
isMultiRow: true,
317326
layerId: 'a',
318327
changeType: 'unchanged',

0 commit comments

Comments
 (0)