diff --git a/src/components/Connections/ConnectionForm.tsx b/src/components/Connections/ConnectionForm.tsx index d38a20bcb..14027f326 100644 --- a/src/components/Connections/ConnectionForm.tsx +++ b/src/components/Connections/ConnectionForm.tsx @@ -119,7 +119,7 @@ export function ConnectionForm({ }} onSubmit={handleSubmit} > - {() => ( + {({ values }) => (