Skip to content

Commit

Permalink
Merge branch 'delete-custom-field' of https://github.com/js-jankisalv…
Browse files Browse the repository at this point in the history
…i/kibana into delete-custom-field
  • Loading branch information
js-jankisalvi committed Sep 25, 2023
2 parents c54bb61 + 80a5eb2 commit 927d4b8
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 927d4b8

Please sign in to comment.