Skip to content

Commit 2297cb9

Browse files
committed
Fix regression
1 parent b6f314b commit 2297cb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • x-pack/plugins/index_management/public/application/services

x-pack/plugins/index_management/public/application/services/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import { httpService } from './http';
3939
import { UiMetricService } from './ui_metric';
4040
import { TemplateDeserialized, TemplateListItem } from '../../../common';
4141
import { IndexMgmtMetricsType } from '../../types';
42+
import { doMappingsHaveType } from '../components/mappings_editor';
4243

4344
// Temporary hack to provide the uiMetricService instance to this file.
4445
// TODO: Refactor and export an ApiService instance through the app dependencies context

0 commit comments

Comments
 (0)