Skip to content

Commit

Permalink
adding filters back that caused issues (#10989)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Sep 22, 2020
1 parent dc893fe commit 193796c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superset-frontend/src/components/ListView/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 193796c

Please sign in to comment.