From 70eda187a34c1b17afa9a6391b22ec2009791cec Mon Sep 17 00:00:00 2001 From: Maina Wycliffe Date: Fri, 27 Oct 2023 21:49:10 +0300 Subject: [PATCH] fix: fix scroll issues for the connection form --- src/components/Connections/ConnectionForm.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Connections/ConnectionForm.tsx b/src/components/Connections/ConnectionForm.tsx index 5d8cc414f..b5e5db95a 100644 --- a/src/components/Connections/ConnectionForm.tsx +++ b/src/components/Connections/ConnectionForm.tsx @@ -191,13 +191,12 @@ export default function ConnectionForm({ }); }} > -
+
@@ -280,7 +279,7 @@ export default function ConnectionForm({ title={ connectionType ? (
{typeof connectionType?.icon === "string" ? (