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 8, 2023
1 parent 4fc58c5 commit ab6a537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function FieldInput({ field, dataView, onHandleField }: FieldInputProps)
const handleFocus: React.FocusEventHandler<HTMLDivElement> = () => {
// Force focus on input due to https://github.com/elastic/eui/issues/7170
inputRef?.current?.focus();
}
};

return (
<div ref={comboBoxWrapperRef}>
Expand Down

0 comments on commit ab6a537

Please sign in to comment.