From 866584733019456568f19fccd97393c2db2fcb28 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 25 Aug 2025 19:53:11 +0530 Subject: [PATCH] feat: hide cancel btn --- src/components/robot/pages/RobotIntegrationPage.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 7adfd12a..68bffd05 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -680,7 +680,16 @@ export const RobotIntegrationPage = ({ // --- MAIN RENDER --- if (!selectedIntegrationType && !integrationType) { return ( - navigate(`/${robotPath}/${recordingId}/integrate`)}> +