Skip to content

Commit ceaa32f

Browse files
authored
Merge pull request #653 from thomasbrq/fix/update-port-target
fix(dokploy): Wrong input for `target port` when updating ports.
2 parents dfa73a3 + f466e69 commit ceaa32f

File tree

1 file changed

+1
-1
lines changed
  • apps/dokploy/components/dashboard/application/advanced/ports

1 file changed

+1
-1
lines changed

apps/dokploy/components/dashboard/application/advanced/ports/update-port.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const UpdatePort = ({ portId }: Props) => {
140140
<FormItem>
141141
<FormLabel>Target Port</FormLabel>
142142
<FormControl>
143-
<Input placeholder="1-65535" {...field} />
143+
<NumberInput placeholder="1-65535" {...field} />
144144
</FormControl>
145145

146146
<FormMessage />

0 commit comments

Comments
 (0)