From 3cbeb9d0821f891e8a7b608a3d6665289e34df25 Mon Sep 17 00:00:00 2001 From: RohitR311 Date: Wed, 20 Nov 2024 17:06:17 +0530 Subject: [PATCH] feat: add robot limit in robot settings modal --- src/components/molecules/RobotSettings.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index ffb7a2d0..53d21d7b 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -120,6 +120,17 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe }} style={{ marginBottom: '20px' }} /> + {robot.recording.workflow?.[0]?.what?.[0]?.args?.[0]?.limit !== undefined && ( + + )}