From 558b9e0b7018352bbeee6f07c8d51f34039897d9 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 11 Sep 2024 10:22:51 +0530 Subject: [PATCH] Remove default options that are interfering --- web/apps/photos/src/components/SearchBar.tsx | 1 - 1 file changed, 1 deletion(-) 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) ? (