fix(dokploy): Wrong input for target port when updating ports.

This commit is contained in:
Thomas Brq
2024-11-05 17:52:48 +01:00
parent dfa73a3d7c
commit f466e697dd

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 />