We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f314b commit 2297cb9Copy full SHA for 2297cb9
1 file changed
x-pack/plugins/index_management/public/application/services/api.ts
@@ -39,6 +39,7 @@ import { httpService } from './http';
39
import { UiMetricService } from './ui_metric';
40
import { TemplateDeserialized, TemplateListItem } from '../../../common';
41
import { IndexMgmtMetricsType } from '../../types';
42
+import { doMappingsHaveType } from '../components/mappings_editor';
43
44
// Temporary hack to provide the uiMetricService instance to this file.
45
// TODO: Refactor and export an ApiService instance through the app dependencies context
0 commit comments