Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Jun 2, 2023
1 parent b1a5729 commit 8a0a4cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ export function FieldInputs({
defaultMessage: 'Add field',
})}
isDisabled={
column.params.orderBy.type === 'rare' || column.params.orderBy.type === 'significant' || localValues.length > MAX_MULTI_FIELDS_SIZE
column.params.orderBy.type === 'rare' ||
column.params.orderBy.type === 'significant' ||
localValues.length > MAX_MULTI_FIELDS_SIZE
}
/>
</>
Expand Down

0 comments on commit 8a0a4cc

Please sign in to comment.