From ee4ad0effd0f678be7830167da2df35afeef5a37 Mon Sep 17 00:00:00 2001 From: Rohit Date: Tue, 21 Jan 2025 23:41:28 +0530 Subject: [PATCH] feat: add or condition for login creds --- src/components/robot/RobotEdit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/RobotEdit.tsx b/src/components/robot/RobotEdit.tsx index 7d4e179e..f56f0869 100644 --- a/src/components/robot/RobotEdit.tsx +++ b/src/components/robot/RobotEdit.tsx @@ -231,7 +231,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin /> )} - {(robot.isLogin && credentialSelectors.length > 0) && ( + {(robot.isLogin || credentialSelectors.length > 0) && ( <> {t('Login Credentials')}