diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index af67fb27..81410a51 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -1,6 +1,6 @@ import React, { useState, useEffect } from 'react'; import { GenericModal } from "../atoms/GenericModal"; -import { MenuItem, Typography, CircularProgress } from "@mui/material"; +import { MenuItem, Typography, CircularProgress, Alert, AlertTitle } from "@mui/material"; import Button from "@mui/material/Button"; import TextField from "@mui/material/TextField"; import axios from 'axios'; @@ -119,7 +119,10 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I {recording && recording.google_sheet_id ? ( <> - Google Sheet Integrated Successfully! + + Google Sheet Integrated Successfully. + Every time this robot creates a successful run, its captured data is appended to your {recording.google_sheet_name} Google Sheet. +
Sheet Name: {recording.google_sheet_name}