Skip to content

Commit

Permalink
Fix issue #15335 (#15339)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ajay committed Jun 24, 2021
1 parent e1ceb7f commit 352656a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -447,7 +447,7 @@ const AdhocFilterEditPopoverSimpleTabContent: React.FC<Props> = props => {
name="filter-value"
ref={ref => {
if (ref && shouldFocusComparator) {
ref.blur();
ref.focus();
}
}}
onChange={onInputComparatorChange}
Expand Down

0 comments on commit 352656a

Please sign in to comment.