From 458243545c17e1b2dfa17265d5c1bacc7363f483 Mon Sep 17 00:00:00 2001 From: RohitR311 Date: Mon, 18 Nov 2024 22:17:24 +0530 Subject: [PATCH] feat: add robot duplicate modal --- src/components/molecules/RobotDuplicate.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index 67b97e97..d1980da3 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -97,6 +97,8 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia return; } + console.log("handle save"); + try { const success = await duplicateRecording(robot.recording_meta.id, targetUrl);