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 Jun 5, 2023
1 parent a6ff771 commit cb946d9
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 cb946d9

Please sign in to comment.