@@ -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 && }