From f3d08949be3668265151cd66e31bcf9e39ef7d4f Mon Sep 17 00:00:00 2001 From: Rohit Date: Thu, 31 Jul 2025 23:15:57 +0530 Subject: [PATCH] feat: add rm integration option sheet selection --- .../integration/IntegrationSettings.tsx | 52 +++++++++++++------ 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/src/components/integration/IntegrationSettings.tsx b/src/components/integration/IntegrationSettings.tsx index cf550443..6d0b892c 100644 --- a/src/components/integration/IntegrationSettings.tsx +++ b/src/components/integration/IntegrationSettings.tsx @@ -815,14 +815,24 @@ export const IntegrationSettingsModal = ({ ) : error ? ( {error} ) : spreadsheets.length === 0 ? ( - + + + + ) : ( <> {error} ) : airtableBases.length === 0 ? ( - + + + + ) : ( <>