File tree Expand file tree Collapse file tree
x-pack/plugins/transform/public/app/hooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,13 +12,10 @@ import {
1212 isEsSearchResponse ,
1313 isFieldHistogramsResponseSchema ,
1414} from '../../../common/api_schemas/type_guards' ;
15-
16- import { getErrorMessage } from '../../../common/utils/errors' ;
17-
1815import type { EsSorting , UseIndexDataReturnType } from '../../shared_imports' ;
1916
17+ import { getErrorMessage } from '../../../common/utils/errors' ;
2018import { isDefaultQuery , matchAllQuery , PivotQuery } from '../common' ;
21-
2219import { SearchItems } from './use_search_items' ;
2320import { useApi } from './use_api' ;
2421
@@ -38,8 +35,7 @@ export const useIndexData = (
3835 showDataGridColumnChartErrorMessageToast,
3936 useDataGrid,
4037 useRenderCellValue,
41- EsSorting,
42- UseIndexDataReturnType,
38+ getProcessedFields,
4339 INDEX_STATUS ,
4440 } ,
4541 } = useAppDependencies ( ) ;
You can’t perform that action at this time.
0 commit comments