feat: pass fileName

This commit is contained in:
karishmas6
2024-09-18 20:07:31 +05:30
parent a1d672847f
commit 7116ac3041

View File

@@ -115,7 +115,7 @@ export const MainPage = ({ handleEditRecording }: MainPageProps) => {
}
const handleIntegrateRecording = (settings: IntegrationSettings) => {
handleUploadCredentials(settings.credentials, settings.spreadsheetId, settings.range).then(() => {
handleUploadCredentials(runningRecordingName, settings.credentials, settings.spreadsheetId, settings.range).then(() => {
console.log(settings.spreadsheetId, settings.range)
notify('success', `Data written to Google Sheet successfully`);
});