Skip to content

Commit

Permalink
Fixed type check
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Jan 13, 2020
1 parent af3b544 commit 14f5ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/index_management/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/

import { Root } from 'joi';
import { resolve } from 'path';
import { i18n } from '@kbn/i18n';
import { Legacy } from 'kibana';
Expand All @@ -22,6 +21,7 @@ export function indexManagement(kibana: any) {
configPrefix: 'xpack.index_management',
publicDir: resolve(__dirname, 'public'),
require: ['kibana', 'elasticsearch', 'xpack_main'],

uiExports: {
styleSheetPaths: resolve(__dirname, 'public/index.scss'),
managementSections: ['plugins/index_management'],
Expand Down

0 comments on commit 14f5ab5

Please sign in to comment.