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" + > +
+ + +
+ + )} /> )} -
- -