From a2272bf5061b56ed8e5a095dd4bc5ae2be7ab860 Mon Sep 17 00:00:00 2001 From: Jacek Chmielewski Date: Wed, 25 Feb 2026 12:43:42 +0100 Subject: [PATCH] Change gateway port input type to number --- web/src/pages/EditLocationPage/EditLocationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/EditLocationPage/EditLocationPage.tsx b/web/src/pages/EditLocationPage/EditLocationPage.tsx index 5cff622cf0..e1f6440da4 100644 --- a/web/src/pages/EditLocationPage/EditLocationPage.tsx +++ b/web/src/pages/EditLocationPage/EditLocationPage.tsx @@ -199,7 +199,7 @@ const EditLocationForm = ({ location }: { location: NetworkLocation }) => { - {(field) => } + {(field) => }