feat: select google sheet
This commit is contained in:
@@ -184,7 +184,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
|
|||||||
<TextField
|
<TextField
|
||||||
sx={{ marginBottom: '15px' }}
|
sx={{ marginBottom: '15px' }}
|
||||||
select
|
select
|
||||||
label="Select Google Spreadsheet"
|
label="Select Google Sheet"
|
||||||
required
|
required
|
||||||
value={settings.spreadsheetId}
|
value={settings.spreadsheetId}
|
||||||
onChange={handleSpreadsheetSelect}
|
onChange={handleSpreadsheetSelect}
|
||||||
|
|||||||
Reference in New Issue
Block a user