Skip to content

Commit b77eb4c

Browse files
Change gateway port input type to number (#2130)
1 parent a475dc7 commit b77eb4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/EditLocationPage/EditLocationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const EditLocationForm = ({ location }: { location: NetworkLocation }) => {
199199
</form.AppField>
200200
<SizedBox height={ThemeSpacing.Xl2} />
201201
<form.AppField name="port">
202-
{(field) => <field.FormInput required label="Gateway port" />}
202+
{(field) => <field.FormInput required label="Gateway port" type="number" />}
203203
</form.AppField>
204204
<SizedBox height={ThemeSpacing.Xl2} />
205205
<form.AppField name="endpoint">

0 commit comments

Comments
 (0)