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") && (