mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 22:55:22 +02:00
trim ip address
This commit is contained in:
committed by
GitHub
parent
661c517dfc
commit
b6cbf9127d
@@ -91,7 +91,7 @@ export const CreateServer = ({ stepper }: Props) => {
|
||||
await mutateAsync({
|
||||
name: data.name,
|
||||
description: data.description || "",
|
||||
ipAddress: data.ipAddress || "",
|
||||
ipAddress: data.ipAddress?.trim() || "",
|
||||
port: data.port || 22,
|
||||
username: data.username || "root",
|
||||
sshKeyId: data.sshKeyId || "",
|
||||
|
||||
Reference in New Issue
Block a user