From 26d19a7b68d0a39f4f477bed958d344e441574bb Mon Sep 17 00:00:00 2001 From: Rohit Date: Mon, 4 Aug 2025 23:36:07 +0530 Subject: [PATCH] fix: translation back and cancel --- src/components/robot/pages/RobotIntegrationPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index b18e1cd0..bffe8da8 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -680,7 +680,7 @@ export const RobotIntegrationPage = ({ // --- MAIN RENDER --- if (!selectedIntegrationType && !integrationType) { return ( - + navigate(`/${robotPath}/${recordingId}/integrate`)}>
@@ -733,7 +733,7 @@ export const RobotIntegrationPage = ({ }; return ( - +
{(selectedIntegrationType === "googleSheets" || integrationType === "googleSheets") && (