From 1bbd2b7816cef1f23ab029b215419d4f3dee3da1 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Fri, 19 Sep 2025 00:51:31 +0530 Subject: [PATCH] fix: redirect to /integrate/googleSheets on auth --- src/components/robot/Recordings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/Recordings.tsx b/src/components/robot/Recordings.tsx index 6f463ba4..44dc4df6 100644 --- a/src/components/robot/Recordings.tsx +++ b/src/components/robot/Recordings.tsx @@ -79,7 +79,7 @@ export const Recordings = ({ } else if (authStatus === "success" && robotId) { console.log("Google Auth Status:", authStatus); notify(authStatus, t("recordingtable.notifications.auth_success")); - handleNavigate(`/robots/${robotId}/integrate/google`, robotId, "", []); + handleNavigate(`/robots/${robotId}/integrate/googleSheets`, robotId, "", []); } }, []);