Remove default options that are interfering
This commit is contained in:
@@ -279,7 +279,6 @@ const SearchInput: React.FC<SearchInputProps> = ({
|
||||
inputValue={inputValue}
|
||||
onInputChange={handleInputChange}
|
||||
styles={SelectStyles}
|
||||
defaultOptions={isMLEnabled() ? defaultOptions : []}
|
||||
noOptionsMessage={({ inputValue }) =>
|
||||
shouldShowEmptyState(inputValue) ? (
|
||||
<EmptyState onSelectCGroup={handleSelectCGroup} />
|
||||
|
||||
Reference in New Issue
Block a user