feat: remove Typography

This commit is contained in:
karishmas6
2024-10-24 06:42:44 +05:30
parent 709b177606
commit f7f903b928

View File

@@ -118,16 +118,10 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
{recording && recording.google_sheet_id ? (
<>
<Typography sx={{ marginBottom: '10px' }}>
<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.
</Alert>
<br />
Sheet Name: {recording.google_sheet_name}
<br />
Sheet ID: {recording.google_sheet_id}
</Typography>
<Button
variant="outlined"
color="error"