Merge pull request #653 from thomasbrq/fix/update-port-target

fix(dokploy): Wrong input for `target port` when updating ports.
This commit is contained in:
Mauricio Siu
2024-11-05 11:30:20 -06:00
committed by GitHub

View File

@@ -140,7 +140,7 @@ export const UpdatePort = ({ portId }: Props) => {
<FormItem>
<FormLabel>Target Port</FormLabel>
<FormControl>
<Input placeholder="1-65535" {...field} />
<NumberInput placeholder="1-65535" {...field} />
</FormControl>
<FormMessage />