File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/plugins/vis_type_table/public/legacy Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ import { initTableVisLegacyModule } from './table_vis_legacy_module';
1818// @ts -ignore
1919import tableVisTemplate from './table_vis.html' ;
2020import { TablePluginStartDependencies } from '../plugin' ;
21- import { TableVisConfig } from '../types' ;
22- import { TableContext } from './table_vis_legacy_response_handler' ;
21+ import { TableVisConfig , TableVisData } from '../types' ;
2322
2423const 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 > {
You can’t perform that action at this time.
0 commit comments