From d7b0a11fe32b58f662b63b5f155c8071e7c18242 Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Sat, 23 Apr 2022 23:49:56 +0530 Subject: [PATCH] UI: Remove dummy text from manage tab (#4416) --- .../ui/src/components/ManageTab/ManageTab.component.tsx | 4 ---- .../src/components/common/DeleteWidget/DeleteWidget.tsx | 1 - .../ui/src/components/common/OwnerWidget/OwnerWidget.tsx | 8 ++++---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx index 2070f111fd2..0bbd3fd705c 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/ManageTab/ManageTab.component.tsx @@ -49,7 +49,6 @@ const ManageTab: FunctionComponent = ({ allowSoftDelete, isRecursiveDelete, deletEntityMessage, - manageSectionType, handleIsJoinable, }: ManageProps) => { const { userPermissions, isAdminUser } = useAuth(); @@ -302,9 +301,6 @@ const ManageTab: FunctionComponent = ({ className="tw-max-w-3xl tw-mx-auto" data-testid="manage-tab" id="manageTabDetails"> -

- Manage {manageSectionType ? manageSectionType : 'Section'} -

-

Delete section

{allowSoftDelete && ( diff --git a/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx b/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx index f6ba3639d40..d6b4f1ac26a 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/common/OwnerWidget/OwnerWidget.tsx @@ -97,8 +97,8 @@ const OwnerWidget = ({

Owner

- Lorem ipsum dolor, sit amet consectetur adipisicing elit. - Necessitatibus, sint. + The Team owner details are found here. Team ownership can be + changed

@@ -163,8 +163,8 @@ const OwnerWidget = ({ Open to join

- Lorem ipsum dolor, sit amet consectetur adipisicing elit. - Necessitatibus, sint. + Turn on toggle to allow any user to join the team. To restrict + access, keep the toggle off