Skip to content

Commit

Permalink
Update Deployment.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Aug 29, 2023
1 parent e4eb088 commit edc1e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/Instance/Edit/Deployment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export function Deployment(): JSX.Element {
},
apiValidationPort: {
type: FieldType.Number as FieldType.Number,
min: 1,
min: 0,
max: 65535,
name: "fields.instance.deploy.apiport",
tooltip: "fields.instance.deploy.apiport.desc",
Expand Down

0 comments on commit edc1e6f

Please sign in to comment.