diff --git a/x-pack/plugins/index_management/public/application/sections/home/index_list/index_table/index_table.js b/x-pack/plugins/index_management/public/application/sections/home/index_list/index_table/index_table.js index a7460a621e6c07..6d30f61946e23c 100644 --- a/x-pack/plugins/index_management/public/application/sections/home/index_list/index_table/index_table.js +++ b/x-pack/plugins/index_management/public/application/sections/home/index_list/index_table/index_table.js @@ -52,7 +52,13 @@ import { CreateIndexButton } from '../create_index/create_index_button'; const PAGE_SIZE_OPTIONS = [10, 50, 100]; -const getColumnConfigs = ({ showIndexStats, history, filterChanged, extensionsService, location }) => { +const getColumnConfigs = ({ + showIndexStats, + history, + filterChanged, + extensionsService, + location, +}) => { const columns = [ { fieldName: 'name',