adding filters back that caused issues (#10989)
This commit is contained in:
parent
dc893fe1b3
commit
193796ca16
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue