Skip to content

Commit 7873c85

Browse files
author
Daniil Suleiman
committed
Fix type
1 parent 74afaaf commit 7873c85

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/plugins/vis_type_table/public/legacy/vis_controller.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ import { initTableVisLegacyModule } from './table_vis_legacy_module';
1818
// @ts-ignore
1919
import tableVisTemplate from './table_vis.html';
2020
import { TablePluginStartDependencies } from '../plugin';
21-
import { TableVisConfig } from '../types';
22-
import { TableContext } from './table_vis_legacy_response_handler';
21+
import { TableVisConfig, TableVisData } from '../types';
2322

2423
const innerAngularName = 'kibana/table_vis';
2524

@@ -64,7 +63,7 @@ export function getTableVisualizationControllerClass(
6463
}
6564

6665
async render(
67-
esResponse: TableContext,
66+
esResponse: TableVisData,
6867
visParams: TableVisConfig,
6968
handlers: IInterpreterRenderHandlers
7069
): Promise<void> {

0 commit comments

Comments
 (0)