Merge pull request #186 from getmaxun/console-cleanup

feat: notify on successful google sheet selection
This commit is contained in:
Karishma Shukla
2024-11-19 17:09:08 +05:30
committed by GitHub

View File

@@ -106,6 +106,7 @@ export const IntegrationSettingsModal = ({
},
{ withCredentials: true }
);
notify(`success`, `Google Sheet selected successfully`)
console.log("Google Sheet ID updated:", response.data);
} catch (error: any) {
console.error(