feat: add url to google sheet

This commit is contained in:
karishmas6
2024-10-24 06:45:03 +05:30
parent f7f903b928
commit b865fb71e7

View File

@@ -120,7 +120,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
<>
<Alert severity="info">
<AlertTitle>Google Sheet Integrated Successfully.</AlertTitle>
Every time this robot creates a successful run, its captured data is appended to your {recording.google_sheet_name} Google Sheet.
Every time this robot creates a successful run, its captured data is appended to your {recording.google_sheet_name} Google Sheet. You can check the data updates <a href={`https://docs.google.com/spreadsheets/d/${recording.google_sheet_id}`} target="_blank" rel="noreferrer">here</a>.
</Alert>
<Button
variant="outlined"