mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
@@ -447,7 +447,7 @@ const AdhocFilterEditPopoverSimpleTabContent: React.FC<Props> = props => {
|
||||
name="filter-value"
|
||||
ref={ref => {
|
||||
if (ref && shouldFocusComparator) {
|
||||
ref.blur();
|
||||
ref.focus();
|
||||
}
|
||||
}}
|
||||
onChange={onInputComparatorChange}
|
||||
|
||||
Reference in New Issue
Block a user