diff --git a/superset-frontend/src/components/ListView/Filters.tsx b/superset-frontend/src/components/ListView/Filters.tsx index e9784d5282..3f17d2a3b6 100644 --- a/superset-frontend/src/components/ListView/Filters.tsx +++ b/superset-frontend/src/components/ListView/Filters.tsx @@ -137,8 +137,11 @@ function SelectFilter({ defaultOptions themeConfig={filterSelectTheme} stylesConfig={filterSelectStyles} + // @ts-ignore value={selectedOption} + // @ts-ignore onChange={onChange} + // @ts-ignore loadOptions={fetchAndFormatSelects} placeholder={emptyLabel} clearable={false}