feat: use recording. google_sheet_name

This commit is contained in:
karishmas6
2024-10-17 19:26:08 +05:30
parent b4f2ca0f9c
commit 520308e278

View File

@@ -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);
}
};