From 193796ca1615098ce97ee03a668a754206c17df5 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 21 Sep 2020 19:12:34 -0700 Subject: [PATCH] adding filters back that caused issues (#10989) --- superset-frontend/src/components/ListView/Filters.tsx | 3 +++ 1 file changed, 3 insertions(+) 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}