From 5e7086016043d4448e4821b0b484ce477d62f7a8 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Mon, 3 Mar 2025 18:45:06 +0400 Subject: [PATCH] fix: ui bug --- .../SecretListView/SecretDetailSidebar.tsx | 88 ++++++++++--------- 1 file changed, 45 insertions(+), 43 deletions(-) diff --git a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx index 390963212..b2a784612 100644 --- a/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx +++ b/frontend/src/pages/secret-manager/SecretDashboardPage/components/SecretListView/SecretDetailSidebar.tsx @@ -276,54 +276,56 @@ export const SecretDetailSidebar = ({ key="secret-value" control={control} render={({ field }) => ( - - - - The value of this secret is hidden because you do not have the - read secret value permission. - - - ) : undefined - } - label="Value" - > - - +
+ + + + The value of this secret is hidden because you do not have the + read secret value permission. + +
+ ) : undefined + } + label="Value" + > +
+ + +
+ + )} /> )} -
- -