From 80926ef28005103e33883b722d4a7b380837dfbd Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Tue, 20 Dec 2022 14:45:17 +0000 Subject: [PATCH] Add a new connection is working --- .../integrations/ConnectionSelector.tsx | 28 ++++++++++++------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/apps/webapp/app/components/integrations/ConnectionSelector.tsx b/apps/webapp/app/components/integrations/ConnectionSelector.tsx index 24bafcc9e..374df3255 100644 --- a/apps/webapp/app/components/integrations/ConnectionSelector.tsx +++ b/apps/webapp/app/components/integrations/ConnectionSelector.tsx @@ -117,17 +117,25 @@ export function ConnectionSelector({ ); })} - -
-
-
+ {(status) => ( +
+
+ )} +