feat: select google sheet

This commit is contained in:
karishmas6
2024-10-24 06:32:58 +05:30
parent 8a78fab115
commit bee304032c

View File

@@ -184,7 +184,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
<TextField
sx={{ marginBottom: '15px' }}
select
label="Select Google Spreadsheet"
label="Select Google Sheet"
required
value={settings.spreadsheetId}
onChange={handleSpreadsheetSelect}