From 8a548ead11d7ddc8a051fd11afc35815a86f4c9e Mon Sep 17 00:00:00 2001 From: Pranita Date: Wed, 29 Jan 2025 18:09:14 +0530 Subject: [PATCH] minor: domain owner edit icon and display of announcement message --- .../DocumentationTab.component.tsx | 46 +++++++++++-------- .../AnnouncementCard/AnnouncementCard.tsx | 13 +++--- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Domain/DomainTabs/DocumentationTab/DocumentationTab.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Domain/DomainTabs/DocumentationTab/DocumentationTab.component.tsx index 7bca1004ce42..a61d3c64c339 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/Domain/DomainTabs/DocumentationTab/DocumentationTab.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/Domain/DomainTabs/DocumentationTab/DocumentationTab.component.tsx @@ -197,26 +197,32 @@ const DocumentationTab = ({ {t('label.owner-plural')} - {editOwnerPermission && domain.owners && ( - handleUpdatedOwner(updatedUser)}> - -