Merge pull request #186 from getmaxun/console-cleanup
feat: notify on successful google sheet selection
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user