diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/entityPageInfo/ManageButton/ManageButton.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/entityPageInfo/ManageButton/ManageButton.tsx index 22447ea6480..54cc40d9a4b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/entityPageInfo/ManageButton/ManageButton.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/entityPageInfo/ManageButton/ManageButton.tsx @@ -70,9 +70,11 @@ const ManageButton: FC = ({ })} size={8} onClick={(e) => { - e.stopPropagation(); - setIsDelete(true); - setShowActions(false); + if (canDelete) { + e.stopPropagation(); + setIsDelete(true); + setShowActions(false); + } }}>