From 92d7a16b3462694a44e81c9daba42849e2351e81 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 03:40:38 +0530 Subject: [PATCH] feat: robot id --- src/components/molecules/RobotSettings.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 28c32bc6..453a8957 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -34,7 +34,7 @@ interface ScheduleConfig { cronExpression?: string; } -interface RobotSettings { +export interface RobotSettings { id: string; userId?: number; recording_meta: RobotMeta; @@ -92,6 +92,12 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe disabled style={{ marginBottom: '20px' }} /> + ) }