From 8a5b994241466fa37d1ce3eaa994a95b645637c8 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 19 Nov 2024 17:07:53 +0530 Subject: [PATCH] feat: notify on successful google sheet selection --- src/components/molecules/IntegrationSettings.tsx | 1 + 1 file changed, 1 insertion(+) 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(