From d444eeac194262d368229300e39eaca1c532ea3a Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sun, 21 Dec 2025 17:20:08 +0530 Subject: [PATCH] fix: remove `onCancel` button from robot config page Comment out the cancel button rendering logic in RobotConfigPage. --- src/components/robot/pages/RobotConfigPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/pages/RobotConfigPage.tsx b/src/components/robot/pages/RobotConfigPage.tsx index 52ea2b21..465bea14 100644 --- a/src/components/robot/pages/RobotConfigPage.tsx +++ b/src/components/robot/pages/RobotConfigPage.tsx @@ -154,7 +154,7 @@ export const RobotConfigPage: React.FC = ({ )} - {showCancelButton && ( + /* {showCancelButton && ( - )} + )} */ {showSaveButton && onSave && (