diff --git a/openmetadata-ui/src/main/resources/ui/src/components/dropdown/DropDownList.tsx b/openmetadata-ui/src/main/resources/ui/src/components/dropdown/DropDownList.tsx index ca14e6b4adc..55de1f7d5e6 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/dropdown/DropDownList.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/dropdown/DropDownList.tsx @@ -110,7 +110,7 @@ const DropDownList: FunctionComponent = ({ }; const removeOwnerButton = (item: DropDownListItem) => { - return !isNil(value) && item.value === value ? ( + return !isNil(value) && item.value === value && removeOwner ? (