From 029cf8d31fe88c3708de6ad26002eec9dbb786af Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 18 Jan 2024 17:43:14 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../sections/home/index_list/index_table/index_table.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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',