From e1c2456a18af2be67dae19cfde3ca6294e29d070 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 06:10:58 +0530 Subject: [PATCH] feat: integrate w google sheet instruction --- src/components/molecules/IntegrationSettings.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index c5671ca0..8ff14bff 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -136,6 +136,8 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I ) : ( <> {!recording?.google_sheet_email ? ( + <> +

If you enable this option, every time this robot runs a task successfully, its captured data will be appended to your Google Sheet.

+ ) : ( <> {recording.google_sheet_email && (