feat: use recording. google_sheet_name
This commit is contained in:
@@ -86,7 +86,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I
|
|||||||
if (recording) {
|
if (recording) {
|
||||||
setGoogleSheetsEmail(recording.google_sheet_email);
|
setGoogleSheetsEmail(recording.google_sheet_email);
|
||||||
setGoogleSheetId(recording.google_sheet_id);
|
setGoogleSheetId(recording.google_sheet_id);
|
||||||
setGoogleSheetName(recording.google_sheet_id);
|
setGoogleSheetName(recording.google_sheet_name);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user