From 47c1b3a2f48bbc58dfcc8402f4cadb24a56bb1f0 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 06:23:34 +0530 Subject: [PATCH] feat: show remove integration even if no spreadsheets fetched --- src/components/molecules/IntegrationSettings.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/molecules/IntegrationSettings.tsx b/src/components/molecules/IntegrationSettings.tsx index faf34283..fb185cda 100644 --- a/src/components/molecules/IntegrationSettings.tsx +++ b/src/components/molecules/IntegrationSettings.tsx @@ -161,6 +161,7 @@ export const IntegrationSettingsModal = ({ isOpen, handleStart, handleClose }: I ) : error ? ( {error} ) : spreadsheets.length === 0 ? ( + <> + + ) : ( <>