feat: notify on successful google sheet selection

This commit is contained in:
amhsirak
2024-11-19 17:07:53 +05:30
parent 90e68c0fd8
commit 8a5b994241

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(