diff --git a/web/apps/photos/src/components/SearchBar.tsx b/web/apps/photos/src/components/SearchBar.tsx index eea5049b62..045dce8cc8 100644 --- a/web/apps/photos/src/components/SearchBar.tsx +++ b/web/apps/photos/src/components/SearchBar.tsx @@ -279,7 +279,6 @@ const SearchInput: React.FC = ({ inputValue={inputValue} onInputChange={handleInputChange} styles={SelectStyles} - defaultOptions={isMLEnabled() ? defaultOptions : []} noOptionsMessage={({ inputValue }) => shouldShowEmptyState(inputValue) ? (