diff --git a/superset-frontend/src/components/Select/Select.tsx b/superset-frontend/src/components/Select/Select.tsx index a68b6135c80a..a53b9dabceea 100644 --- a/superset-frontend/src/components/Select/Select.tsx +++ b/superset-frontend/src/components/Select/Select.tsx @@ -283,6 +283,7 @@ const getQueryCacheKey = (value: string, page: number, pageSize: number) => */ const Select = ( { + allowClear, allowNewOptions = false, ariaLabel, fetchOnlyOnSearch, @@ -668,6 +669,7 @@ const Select = ( {header}