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