From 6b039ad76dbc5461cf7b621c3ea58c091d484758 Mon Sep 17 00:00:00 2001 From: Pranita Fulsundar Date: Wed, 29 Jan 2025 20:10:06 +0530 Subject: [PATCH] minor: domain owner edit icon and display of announcement message (#19593) (cherry picked from commit 060ab6e6acc20b2faf775058149aa49eff028d2f) --- .../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 7bca1004ce4..a61d3c64c33 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)}> - -