From 78712a1fa31382fc525cf1036d5c2de0ed2843dd Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Mon, 17 Oct 2022 11:54:25 +0530 Subject: [PATCH] UI : Make AuthMechanism Fields to readOnly from NonEditable (#8143) --- .../components/BotDetails/AuthMechanism.tsx | 30 ++++++++----------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/BotDetails/AuthMechanism.tsx b/openmetadata-ui/src/main/resources/ui/src/components/BotDetails/AuthMechanism.tsx index 2770824be81..d182674584b 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/BotDetails/AuthMechanism.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/BotDetails/AuthMechanism.tsx @@ -86,7 +86,7 @@ const AuthMechanism: FC = ({ <> = ({ Account Email @@ -159,7 +159,7 @@ const AuthMechanism: FC = ({ SecretKey @@ -172,7 +172,7 @@ const AuthMechanism: FC = ({ PrivateKey @@ -185,7 +185,7 @@ const AuthMechanism: FC = ({ ClientSecret @@ -198,7 +198,7 @@ const AuthMechanism: FC = ({ Audience @@ -211,7 +211,7 @@ const AuthMechanism: FC = ({ ClientId @@ -223,11 +223,7 @@ const AuthMechanism: FC = ({ <> Email - + @@ -237,7 +233,7 @@ const AuthMechanism: FC = ({ OrgURL @@ -250,7 +246,7 @@ const AuthMechanism: FC = ({ Scopes @@ -265,7 +261,7 @@ const AuthMechanism: FC = ({ Domain @@ -278,7 +274,7 @@ const AuthMechanism: FC = ({ Authority @@ -291,7 +287,7 @@ const AuthMechanism: FC = ({ TokenEndpoint