diff --git a/apps/sim/app/workspace/[workspaceId]/settings/secrets/[credentialId]/secret-detail.tsx b/apps/sim/app/workspace/[workspaceId]/settings/secrets/[credentialId]/secret-detail.tsx index 65e271083cb..1a5b731c228 100644 --- a/apps/sim/app/workspace/[workspaceId]/settings/secrets/[credentialId]/secret-detail.tsx +++ b/apps/sim/app/workspace/[workspaceId]/settings/secrets/[credentialId]/secret-detail.tsx @@ -255,6 +255,22 @@ export function SecretDetail({ workspaceId, credentialId }: SecretDetailProps) { /> + {!isPersonal && ( + + form.setDescriptionDraft(event.target.value)} + placeholder='Add a description...' + maxLength={500} + autoComplete='off' + data-lpignore='true' + viewOnly={!isWorkspaceSecretAdmin} + /> + + )} + {!isPersonal && (
@@ -276,22 +292,6 @@ export function SecretDetail({ workspaceId, credentialId }: SecretDetailProps) { )} - {!isPersonal && ( - - form.setDescriptionDraft(event.target.value)} - placeholder='Add a description...' - maxLength={500} - autoComplete='off' - data-lpignore='true' - viewOnly={!isWorkspaceSecretAdmin} - /> - - )} - {!isPersonal && }