From f7f903b9287268c20b012e2f563695d21dd6404a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 06:42:44 +0530 Subject: [PATCH] feat: remove Typography --- src/components/molecules/IntegrationSettings.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index 81410a51..cadbfdb7 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -118,16 +118,10 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I {recording && recording.google_sheet_id ? ( <> - Google Sheet Integrated Successfully. Every time this robot creates a successful run, its captured data is appended to your {recording.google_sheet_name} Google Sheet. -
- Sheet Name: {recording.google_sheet_name} -
- Sheet ID: {recording.google_sheet_id} -