mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
fix(native-filters): handle null values in value filter (#16460)
* fix(native-filters): handle null values in value filter * lint
This commit is contained in:
@@ -47,7 +47,6 @@ type PickedSelectProps = Pick<
|
||||
AntdSelectAllProps,
|
||||
| 'allowClear'
|
||||
| 'autoFocus'
|
||||
| 'value'
|
||||
| 'disabled'
|
||||
| 'filterOption'
|
||||
| 'notFoundContent'
|
||||
|
||||
Reference in New Issue
Block a user