We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a475dc7 commit b77eb4cCopy full SHA for b77eb4c
1 file changed
web/src/pages/EditLocationPage/EditLocationPage.tsx
@@ -199,7 +199,7 @@ const EditLocationForm = ({ location }: { location: NetworkLocation }) => {
199
</form.AppField>
200
<SizedBox height={ThemeSpacing.Xl2} />
201
<form.AppField name="port">
202
- {(field) => <field.FormInput required label="Gateway port" />}
+ {(field) => <field.FormInput required label="Gateway port" type="number" />}
203
204
205
<form.AppField name="endpoint">
0 commit comments