diff --git a/src/client/components/shared/ConnectionForm/ConnectionForm.tsx b/src/client/components/shared/ConnectionForm/ConnectionForm.tsx index 573f1b8..3d42d96 100644 --- a/src/client/components/shared/ConnectionForm/ConnectionForm.tsx +++ b/src/client/components/shared/ConnectionForm/ConnectionForm.tsx @@ -18,7 +18,7 @@ export const ConnectionForm = ({

{formHeading}

- + {({ input, meta }) => (
@@ -26,7 +26,7 @@ export const ConnectionForm = ({ @@ -37,19 +37,30 @@ export const ConnectionForm = ({
- + + {({ input, meta }) => ( +
+ + {meta.error && meta.touched && ( + + {meta.error} + + )} +
+ )} +
{/* port */} {meta.error && meta.touched && ( @@ -60,36 +71,44 @@ export const ConnectionForm = ({ - +
- - + + + +
+
+ + +
- - - -
-

- -

+ + + + +