diff --git a/frontend/src/components/Search/index.tsx b/frontend/src/components/Search/index.tsx index 5faac3ab..854470c7 100644 --- a/frontend/src/components/Search/index.tsx +++ b/frontend/src/components/Search/index.tsx @@ -186,7 +186,9 @@ export function Search() { /> result.title} + displayValue={(result: SearchResult) => + (result || {}).displayTitle || "" + } onChange={(event) => onChange(event.target.value)} placeholder="Search resources (Press / to focus)" className="relative block h-9 w-96 appearance-none border border-transparent bg-gray-200 px-4 pl-8 text-inherit placeholder:text-gray-500 focus:border-brand-700 focus:outline-none dark:bg-gray-800"