diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index ef0645eb..9961bdc7 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -86,7 +86,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I if (recording) { setGoogleSheetsEmail(recording.google_sheet_email); setGoogleSheetId(recording.google_sheet_id); - setGoogleSheetName(recording.google_sheet_id); + setGoogleSheetName(recording.google_sheet_name); } };