This commit is contained in:
Ajay M 2021-06-23 22:09:15 -04:00 committed by GitHub
parent e1ceb7f7cc
commit 352656a398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ const AdhocFilterEditPopoverSimpleTabContent: React.FC<Props> = props => {
name="filter-value"
ref={ref => {
if (ref && shouldFocusComparator) {
ref.blur();
ref.focus();
}
}}
onChange={onInputComparatorChange}