feat: other

This commit is contained in:
amhsirak
2025-01-25 15:43:30 +05:30
parent 4d4d411080
commit 1566789a64

View File

@@ -302,7 +302,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
{/* Render other credentials */}
{renderCredentialFields(
credentialGroups.others,
t('Other Credentials'),
t('Other'),
'text' // Show other credentials as text
)}
</>