feat: remove Typography
This commit is contained in:
@@ -118,16 +118,10 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
|
|||||||
|
|
||||||
{recording && recording.google_sheet_id ? (
|
{recording && recording.google_sheet_id ? (
|
||||||
<>
|
<>
|
||||||
<Typography sx={{ marginBottom: '10px' }}>
|
|
||||||
<Alert severity="info">
|
<Alert severity="info">
|
||||||
<AlertTitle>Google Sheet Integrated Successfully.</AlertTitle>
|
<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.
|
||||||
</Alert>
|
</Alert>
|
||||||
<br />
|
|
||||||
Sheet Name: {recording.google_sheet_name}
|
|
||||||
<br />
|
|
||||||
Sheet ID: {recording.google_sheet_id}
|
|
||||||
</Typography>
|
|
||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
color="error"
|
color="error"
|
||||||
|
|||||||
Reference in New Issue
Block a user