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 Sep 25, 2023
1 parent b31832f commit 80a5eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const CustomFieldsComponent: React.FC<Props> = ({
setError(false);
}, [handleAddCustomField, setError, customFields, error]);

if(customFields.length < MAX_CUSTOM_FIELDS_PER_CASE && error) {
if (customFields.length < MAX_CUSTOM_FIELDS_PER_CASE && error) {
setError(false);
}

Expand Down

0 comments on commit 80a5eb2

Please sign in to comment.