Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Jan 18, 2024
1 parent f225e6b commit 029cf8d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 029cf8d

Please sign in to comment.