parent
e1ceb7f7cc
commit
352656a398
|
|
@ -447,7 +447,7 @@ const AdhocFilterEditPopoverSimpleTabContent: React.FC<Props> = props => {
|
|||
name="filter-value"
|
||||
ref={ref => {
|
||||
if (ref && shouldFocusComparator) {
|
||||
ref.blur();
|
||||
ref.focus();
|
||||
}
|
||||
}}
|
||||
onChange={onInputComparatorChange}
|
||||
|
|
|
|||
Loading…
Reference in New Issue