diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 005a0e68..8eeb7727 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -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(