Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Suleiman committed Jan 29, 2021
1 parent 74afaaf commit 7873c85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugins/vis_type_table/public/legacy/vis_controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import { initTableVisLegacyModule } from './table_vis_legacy_module';
// @ts-ignore
import tableVisTemplate from './table_vis.html';
import { TablePluginStartDependencies } from '../plugin';
import { TableVisConfig } from '../types';
import { TableContext } from './table_vis_legacy_response_handler';
import { TableVisConfig, TableVisData } from '../types';

const innerAngularName = 'kibana/table_vis';

Expand Down Expand Up @@ -64,7 +63,7 @@ export function getTableVisualizationControllerClass(
}

async render(
esResponse: TableContext,
esResponse: TableVisData,
visParams: TableVisConfig,
handlers: IInterpreterRenderHandlers
): Promise<void> {
Expand Down

0 comments on commit 7873c85

Please sign in to comment.