feat: integrate w google sheet

This commit is contained in:
karishmas6
2024-10-24 06:08:33 +05:30
parent 209edd1c8b
commit 3c0b5cbaa8

View File

@@ -113,7 +113,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
return (
<GenericModal isOpen={isOpen} onClose={handleClose}>
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'flex-start', marginLeft: '65px' }}>
<Typography sx={{ margin: '20px 0px' }}>Google Sheets Integration</Typography>
<Typography sx={{ margin: '20px 0px' }}>Integrate with Google Sheet</Typography>
{recording && recording.google_sheet_id ? (
<>