diff --git a/plugins/catalog-react/src/components/EntityAutocompletePicker/EntityAutocompletePicker.tsx b/plugins/catalog-react/src/components/EntityAutocompletePicker/EntityAutocompletePicker.tsx index a9b96f7e70..590a896a06 100644 --- a/plugins/catalog-react/src/components/EntityAutocompletePicker/EntityAutocompletePicker.tsx +++ b/plugins/catalog-react/src/components/EntityAutocompletePicker/EntityAutocompletePicker.tsx @@ -144,9 +144,6 @@ export function EntityAutocompletePicker< return null; } - // Hide if there are no options; nothing to pick from - if (availableOptions.length === 0) return null; - return (