From 8f58caf64f99ac98ecabdb291b7c11c688988752 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 24 Dec 2024 03:20:16 +0530 Subject: [PATCH] fix: avoid reload on duplicate robot cancel --- src/components/molecules/RobotDuplicate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/RobotDuplicate.tsx b/src/components/molecules/RobotDuplicate.tsx index b832ff0b..ce3ee5ca 100644 --- a/src/components/molecules/RobotDuplicate.tsx +++ b/src/components/molecules/RobotDuplicate.tsx @@ -148,8 +148,8 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia onChange={handleTargetUrlChange} style={{ marginBottom: '20px', marginTop: '30px' }} /> - -