diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx index ac1f735f9..9b611100f 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx @@ -40,12 +40,13 @@ export const SecretSharingSection = () => {

Allow Secret Sharing

{(isAllowed) => ( -
+
handleToggle(state as boolean)} + allowMultilineLabel > This feature enables your project members to securely share secrets. diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx index 466b950f1..01c95f68f 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx @@ -40,12 +40,13 @@ export const SecretSnapshotsLegacySection = () => {

Show Secret Snapshots ( legacy )

{(isAllowed) => ( -
+
handleToggle(state as boolean)} + allowMultilineLabel > This feature enables your project members to view secret snapshots in the legacy format.